Html Css Color HEX #667ECD Havelock Blue

📋 copy color: '#667ECD'

red 102 ◦ green 126 ◦ blue 205

#667ECD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #667ECD

Tints of Havelock Blue #667ECD

RGB

 RED value IS 102 (40.23% from 255) = 23.56%

 GREEN value IS 126 (49.61% from 255) = 29.1%

 BLUE value IS 205 (80.47% from 255) = 47.34%

R = 23.56%
G = 29.1%
B = 47.34%

CMYK

 C value IS 0.50

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#667ECD (or 0x667ECD) is known color: 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

RGB 102 126 205 -
CMYK 0.50 0.39 0 0.20
HSL 226.02º 0.51% 0.6% -
HSV(B) 226.02º 0.5% 0.8% -
XYZ 23.96 22.15 60.77 -
YUV 127.83 171.55 109.58 -
System Red Green Blue C M Y K H S L
Decimal 102 126 205 0.50 0.39 0 0.20 226.02 0.51 0.6
Hex 66 7E CD 32 27 0 14 E2 33 3C
Octal 146 176 315 62 47 0 24 342 63 74
Binary 1100110 1111110 11001101 110010 100111 0 10100 11100010 110011 111100

Color Harmonies of #667ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667ECD

Black with #667ECD

Text Example


Text Example

White with #667ECD

Text Example


Text Example

HTML Codes & Css Web 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>