Html Css Color HEX #667DCC Havelock Blue

📋 copy color: '#667DCC'

red 102 ◦ green 125 ◦ blue 204

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

Shades of Havelock Blue #667DCC

Tints of Havelock Blue #667DCC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29%

 BLUE value IS 204 (80.08% from 255) = 47.33%

R = 23.67%
G = 29%
B = 47.33%

CMYK

 C value IS 0.5

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#667DCC (or 0x667DCC) is known color: Havelock Blue. HEX triplet: 66, 7D and CC. RGB value is (102,125,204). Sum of RGB (Red+Green+Blue) = 102+125+204=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #667DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667DCC is #998233. Grayscale: #7E7E7E. Windows color (decimal): -10060340 or 13401446. OLE color: 13401446.

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

Color convert

RGB 102 125 204 -
CMYK 0.5 0.39 0 0.2
HSL 226.47º 0.5% 0.6% -
HSV(B) 226.47º 0.5% 0.8% -
XYZ 23.71 21.85 60.09 -
YUV 127.13 171.38 110.08 -
System Red Green Blue C M Y K H S L
Decimal 102 125 204 0.5 0.39 0 0.2 226.47 0.5 0.6
Hex 66 7D CC 32 27 0 14 E2 32 3C
Octal 146 175 314 62 47 0 24 342 62 74
Binary 1100110 1111101 11001100 110010 100111 0 10100 11100010 110010 111100

Color Harmonies of #667DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667DCC

Black with #667DCC

Text Example


Text Example

White with #667DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #667DCC;
 }
 .AnyTagClassName
 {
   color: #667DCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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