Html Css Color HEX #667FCB Havelock Blue

📋 copy color: '#667FCB'

red 102 ◦ green 127 ◦ blue 203

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

Shades of Havelock Blue #667FCB

Tints of Havelock Blue #667FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.99%

R = 23.61%
G = 29.4%
B = 46.99%

CMYK

 C value IS 0.50

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#667FCB (or 0x667FCB) is known color: Havelock Blue. HEX triplet: 66, 7F and CB. RGB value is (102,127,203). Sum of RGB (Red+Green+Blue) = 102+127+203=432 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.61% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #667FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667FCB is #998034. Grayscale: #7F7F7F. Windows color (decimal): -10059829 or 13336422. OLE color: 13336422.

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

Color convert

RGB 102 127 203 -
CMYK 0.50 0.37 0 0.20
HSL 225.15º 0.49% 0.6% -
HSV(B) 225.15º 0.5% 0.8% -
XYZ 23.85 22.32 59.55 -
YUV 128.19 170.22 109.32 -
System Red Green Blue C M Y K H S L
Decimal 102 127 203 0.50 0.37 0 0.20 225.15 0.49 0.6
Hex 66 7F CB 32 25 0 14 E1 31 3C
Octal 146 177 313 62 45 0 24 341 61 74
Binary 1100110 1111111 11001011 110010 100101 0 10100 11100001 110001 111100

Color Harmonies of #667FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667FCB

Black with #667FCB

Text Example


Text Example

White with #667FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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