Html Css Color HEX #667FCD Havelock Blue

📋 copy color: '#667FCD'

red 102 ◦ green 127 ◦ blue 205

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

Shades of Havelock Blue #667FCD

Tints of Havelock Blue #667FCD

RGB

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

 GREEN value IS 127 (50% from 255) = 29.26%

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

R = 23.5%
G = 29.26%
B = 47.24%

CMYK

 C value IS 0.50

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#667FCD (or 0x667FCD) is known color: Havelock Blue. HEX triplet: 66, 7F and CD. RGB value is (102,127,205). Sum of RGB (Red+Green+Blue) = 102+127+205=434 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.50% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #667FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667FCD is #998032. Grayscale: #808080. Windows color (decimal): -10059827 or 13467494. OLE color: 13467494.

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

Color convert

RGB 102 127 205 -
CMYK 0.50 0.38 0 0.20
HSL 225.44º 0.51% 0.6% -
HSV(B) 225.44º 0.5% 0.8% -
XYZ 24.09 22.41 60.81 -
YUV 128.42 171.22 109.16 -
System Red Green Blue C M Y K H S L
Decimal 102 127 205 0.50 0.38 0 0.20 225.44 0.51 0.6
Hex 66 7F CD 32 26 0 14 E1 33 3C
Octal 146 177 315 62 46 0 24 341 63 74
Binary 1100110 1111111 11001101 110010 100110 0 10100 11100001 110011 111100

Color Harmonies of #667FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667FCD

Black with #667FCD

Text Example


Text Example

White with #667FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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