#667ccd

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

Shades of Havelock Blue #667CCD

Tints of Havelock Blue #667CCD

Color information

#667CCD (or 0x667CCD) is unknown color: approx Havelock Blue. HEX triplet: 66, 7C and CD. RGB value is (102,124,205). Sum of RGB (Red+Green+Blue) = 102+124+205=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #667CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667CCD is #998332. Grayscale: #7E7E7E. Windows color (decimal): -10060595 or 13466726. OLE color: 13466726.

HSL color Cylindrical-coordinate representation of color #667CCD: hue angle of 227.18º degrees, saturation: 0.51, 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 #667CCD is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB102124205-
CMYK0.500.4000.20
HSL227.18º50.74%60.2%-
HSV(B)227.18º50.24%80.39%-
XYZ23.7121.6560.69-
YUV126.66172.21110.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.67%
GREEN value IS 124 (48.83% from 255) = 28.77%
BLUE value IS 205 (80.47% from 255) = 47.56%
R=23.67%
G=28.77%
B=47.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1021242050.500.4000.20227.1850.7460.2
Hex667CCD3228014e3333c
Octal14617431562500243436374
Binary110011011111001100110111001010100001010011100011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667ccd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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