#667CCC

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

Shades of Havelock Blue #667CCC

Tints of Havelock Blue #667CCC

Color information

#667CCC (or 0x667CCC) is unknown color: approx Havelock Blue. HEX triplet: 66, 7C and CC. RGB value is (102,124,204). Sum of RGB (Red+Green+Blue) = 102+124+204=430 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.72% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #667CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667CCC is #998333. Grayscale: #7E7E7E. Windows color (decimal): -10060596 or 13401190. OLE color: 13401190.

HSL color Cylindrical-coordinate representation of color #667CCC: hue angle of 227.06º 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 #667CCC is Cyan = 0.5, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB102124204-
CMYK0.50.3900.2
HSL227.06º50%60%-
HSV(B)227.06º50%80%-
XYZ23.5921.660.05-
YUV126.54171.71110.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.72%
GREEN value IS 124 (48.83% from 255) = 28.84%
BLUE value IS 204 (80.08% from 255) = 47.44%
R=23.72%
G=28.84%
B=47.44%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1021242040.50.3900.2227.065060
Hex667CCC3227014e3323c
Octal14617431462470243436274
Binary110011011111001100110011001010011101010011100011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667CCC; }

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

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

<style>
 a { background-color: #667CCC; }

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

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

<style>
 span { border-color: #667CCC; }

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

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