Html Css Color HEX #667FB9 Havelock Blue

📋 copy color: '#667FB9'

red 102 ◦ green 127 ◦ blue 185

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

Shades of Havelock Blue #667FB9

Tints of Havelock Blue #667FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 44.69%

R = 24.64%
G = 30.68%
B = 44.69%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#667FB9 (or 0x667FB9) is known color: Havelock Blue. HEX triplet: 66, 7F and B9. RGB value is (102,127,185). Sum of RGB (Red+Green+Blue) = 102+127+185=414 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.64% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 185 (72.66% from 255 or 44.69% from 414); Max value from RGB is 185 - color contains mainly: blue. Hex color #667FB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667FB9 is #998046. Grayscale: #7D7D7D. Windows color (decimal): -10059847 or 12156774. OLE color: 12156774.

HSL color Cylindrical-coordinate representation of color #667FB9: hue angle of 221.93º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #667FB9 is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 127 185 -
CMYK 0.45 0.31 0 0.27
HSL 221.93º 0.37% 0.56% -
HSV(B) 221.93º 0.45% 0.73% -
XYZ 21.83 21.51 48.9 -
YUV 126.14 161.22 110.78 -
System Red Green Blue C M Y K H S L
Decimal 102 127 185 0.45 0.31 0 0.27 221.93 0.37 0.56
Hex 66 7F B9 2D 1F 0 1B DE 25 38
Octal 146 177 271 55 37 0 33 336 45 70
Binary 1100110 1111111 10111001 101101 11111 0 11011 11011110 100101 111000

Color Harmonies of #667FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667FB9

Black with #667FB9

Text Example


Text Example

White with #667FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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