#667FBC

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

Shades of Havelock Blue #667FBC

Tints of Havelock Blue #667FBC

Color information

#667FBC (or 0x667FBC) is unknown color: approx Havelock Blue. HEX triplet: 66, 7F and BC. RGB value is (102,127,188). Sum of RGB (Red+Green+Blue) = 102+127+188=417 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.46% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #667FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667FBC is #998043. Grayscale: #7E7E7E. Windows color (decimal): -10059844 or 12353382. OLE color: 12353382.

HSL color Cylindrical-coordinate representation of color #667FBC: hue angle of 222.56º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #667FBC is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB102127188-
CMYK0.460.3200.26
HSL222.56º39.09%56.86%-
HSV(B)222.56º45.74%73.73%-
XYZ22.1521.6350.59-
YUV126.48162.72110.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.46%
GREEN value IS 127 (50% from 255) = 30.46%
BLUE value IS 188 (73.83% from 255) = 45.08%
R=24.46%
G=30.46%
B=45.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1021271880.460.3200.26222.5639.0956.86
Hex667FBC2E2001Adf2739
Octal14617727456400323374771
Binary110011011111111011110010111010000001101011011111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #667FBC;
 }
 .AnyTagClassName
 {
   color: #667FBC;
 }
</style>
background-color css

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

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

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

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

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

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