#667ECD

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

Shades of Havelock Blue #667ECD

Tints of Havelock Blue #667ECD

Color information

#667ECD (or 0x667ECD) is unknown color: approx Havelock Blue. HEX triplet: 66, 7E and CD. RGB value is (102,126,205). Sum of RGB (Red+Green+Blue) = 102+126+205=433 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.56% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #667ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667ECD is #998132. Grayscale: #7F7F7F. Windows color (decimal): -10060083 or 13467238. OLE color: 13467238.

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

Color convert

RGB102126205-
CMYK0.500.3900.20
HSL226.02º50.74%60.2%-
HSV(B)226.02º50.24%80.39%-
XYZ23.9622.1560.77-
YUV127.83171.55109.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.56%
GREEN value IS 126 (49.61% from 255) = 29.10%
BLUE value IS 205 (80.47% from 255) = 47.34%
R=23.56%
G=29.10%
B=47.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1021262050.500.3900.20226.0250.7460.2
Hex667ECD3227014e2333c
Octal14617631562470243426374
Binary110011011111101100110111001010011101010011100010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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