#6684CA

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

Shades of Havelock Blue #6684CA

Tints of Havelock Blue #6684CA

Color information

#6684CA (or 0x6684CA) is unknown color: approx Havelock Blue. HEX triplet: 66, 84 and CA. RGB value is (102,132,202). Sum of RGB (Red+Green+Blue) = 102+132+202=436 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.39% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #6684CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6684CA is #997B35. Grayscale: #828282. Windows color (decimal): -10058550 or 13272166. OLE color: 13272166.

HSL color Cylindrical-coordinate representation of color #6684CA: hue angle of 222º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6684CA is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB102132202-
CMYK0.500.3500.21
HSL222º48.54%59.61%-
HSV(B)222º49.5%79.22%-
XYZ24.3923.5959.15-
YUV131.01168.06107.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.39%
GREEN value IS 132 (51.95% from 255) = 30.28%
BLUE value IS 202 (79.30% from 255) = 46.33%
R=23.39%
G=30.28%
B=46.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1021322020.500.3500.2122248.5459.61
Hex6684CA3223015de313c
Octal14620431262430253366174
Binary1100110100001001100101011001010001101010111011110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6684CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6684CA; }

 p { color: rgb(102,132,202); }

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

<style>
 a { background-color: #6684CA; }

 a { background-color: rgb(102,132,202); }

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

<style>
 span { border-color: #6684CA; }

 span { border-color: rgb(102,132,202); }

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