#667FBB

Color #667FBB Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #667FBB

Tints of Havelock Blue #667FBB

Color information

#667FBB (or 0x667FBB) is unknown color: approx 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

RGB102127187-
CMYK0.450.3200.27
HSL222.35º38.46%56.67%-
HSV(B)222.35º45.45%73.33%-
XYZ22.0421.5950.02-
YUV126.36162.22110.62-

RGB Variations

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

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 (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021271870.450.3200.27222.3538.4656.67
Hex667FBB2D2001Bde2639
Octal14617727355400333364671
Binary110011011111111011101110110110000001101111011110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>