Html Css Color HEX #667FBF Havelock Blue

📋 copy color: '#667FBF'

red 102 ◦ green 127 ◦ blue 191

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

Shades of Havelock Blue #667FBF

Tints of Havelock Blue #667FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.48%

R = 24.29%
G = 30.24%
B = 45.48%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#667FBF (or 0x667FBF) is known color: Havelock Blue. HEX triplet: 66, 7F and BF. RGB value is (102,127,191). Sum of RGB (Red+Green+Blue) = 102+127+191=420 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.29% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #667FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667FBF is #998040. Grayscale: #7E7E7E. Windows color (decimal): -10059841 or 12549990. OLE color: 12549990.

HSL color Cylindrical-coordinate representation of color #667FBF: hue angle of 223.15º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #667FBF is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 127 191 -
CMYK 0.47 0.34 0 0.25
HSL 223.15º 0.41% 0.57% -
HSV(B) 223.15º 0.47% 0.75% -
XYZ 22.47 21.77 52.31 -
YUV 126.82 164.22 110.3 -
System Red Green Blue C M Y K H S L
Decimal 102 127 191 0.47 0.34 0 0.25 223.15 0.41 0.57
Hex 66 7F BF 2F 22 0 19 DF 29 39
Octal 146 177 277 57 42 0 31 337 51 71
Binary 1100110 1111111 10111111 101111 100010 0 11001 11011111 101001 111001

Color Harmonies of #667FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667FBF

Black with #667FBF

Text Example


Text Example

White with #667FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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