#6684CC

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

Shades of Havelock Blue #6684CC

Tints of Havelock Blue #6684CC

Color information

#6684CC (or 0x6684CC) is unknown color: approx Havelock Blue. HEX triplet: 66, 84 and CC. RGB value is (102,132,204). Sum of RGB (Red+Green+Blue) = 102+132+204=438 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.29% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #6684CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6684CC is #997B33. Grayscale: #828282. Windows color (decimal): -10058548 or 13403238. OLE color: 13403238.

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

Color convert

RGB102132204-
CMYK0.50.3500.2
HSL222.35º50%60%-
HSV(B)222.35º50%80%-
XYZ24.6323.6960.4-
YUV131.24169.06107.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.29%
GREEN value IS 132 (51.95% from 255) = 30.14%
BLUE value IS 204 (80.08% from 255) = 46.58%
R=23.29%
G=30.14%
B=46.58%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1021322040.50.3500.2222.355060
Hex6684CC3223014de323c
Octal14620431462430243366274
Binary1100110100001001100110011001010001101010011011110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6684CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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