#6384CD

Color #6384CD Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #6384CD

Tints of Havelock Blue #6384CD

Color information

#6384CD (or 0x6384CD) is unknown color: approx Havelock Blue. HEX triplet: 63, 84 and CD. RGB value is (99,132,205). Sum of RGB (Red+Green+Blue) = 99+132+205=436 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.71% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #6384CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6384CD is #9C7B32. Grayscale: #828282. Windows color (decimal): -10255155 or 13468771. OLE color: 13468771.

HSL color Cylindrical-coordinate representation of color #6384CD: hue angle of 221.32º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6384CD is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB99132205-
CMYK0.520.3600.20
HSL221.32º51.46%59.61%-
HSV(B)221.32º51.71%80.39%-
XYZ24.4223.5661.02-
YUV130.45170.07105.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 99 (39.06% from 255) = 22.71%
GREEN value IS 132 (51.95% from 255) = 30.28%
BLUE value IS 205 (80.47% from 255) = 47.02%
R=22.71%
G=30.28%
B=47.02%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal991322050.520.3600.20221.3251.4659.61
Hex6384CD3424014dd333c
Octal14320431564440243356374
Binary1100011100001001100110111010010010001010011011101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6384CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6384CD; }

 p { color: rgb(99,132,205); }

 H1.HeaderClassName
 {
   color: #6384CD;
 }
 .AnyTagClassName
 {
   color: #6384CD;
 }
</style>
background-color css

<style>
 a { background-color: #6384CD; }

 a { background-color: rgb(99,132,205); }

 div.DivClassName
 {
   background-color: #6384CD;
 }
 .BgClassName
 {
   background-color: #6384CD;
 }
</style>
border-color css

<style>
 span { border-color: #6384CD; }

 span { border-color: rgb(99,132,205); }

 td.TdClassName
 {
   border-color: #6384CD;
 }
 .TagClassName
 {
   border-color: #6384CD;
 }
</style>