Html Css Color HEX #667FBB Havelock Blue

📋 copy color: '#667FBB'

red 102 ◦ green 127 ◦ blue 187

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

Shades of Havelock Blue #667FBB

Tints of Havelock Blue #667FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.95%

R = 24.52%
G = 30.53%
B = 44.95%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#667FBB (or 0x667FBB) is known color: Havelock Blue. HEX triplet: 66, 7F and BB. RGB value is (102,127,187). Sum of RGB (Red+Green+Blue) = 102+127+187=416 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.52% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #667FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667FBB is #998044. Grayscale: #7E7E7E. Windows color (decimal): -10059845 or 12287846. OLE color: 12287846.

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

Color convert

RGB 102 127 187 -
CMYK 0.45 0.32 0 0.27
HSL 222.35º 0.38% 0.57% -
HSV(B) 222.35º 0.45% 0.73% -
XYZ 22.04 21.59 50.02 -
YUV 126.37 162.22 110.62 -
System Red Green Blue C M Y K H S L
Decimal 102 127 187 0.45 0.32 0 0.27 222.35 0.38 0.57
Hex 66 7F BB 2D 20 0 1B DE 26 39
Octal 146 177 273 55 40 0 33 336 46 71
Binary 1100110 1111111 10111011 101101 100000 0 11011 11011110 100110 111001

Color Harmonies of #667FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667FBB

Black with #667FBB

Text Example


Text Example

White with #667FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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