#667FBA

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

Shades of Havelock Blue #667FBA

Tints of Havelock Blue #667FBA

Color information

#667FBA (or 0x667FBA) is unknown color: approx Havelock Blue. HEX triplet: 66, 7F and BA. RGB value is (102,127,186). Sum of RGB (Red+Green+Blue) = 102+127+186=415 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.58% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #667FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667FBA is #998045. Grayscale: #7D7D7D. Windows color (decimal): -10059846 or 12222310. OLE color: 12222310.

HSL color Cylindrical-coordinate representation of color #667FBA: hue angle of 222.14º degrees, saturation: 0.38, 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 #667FBA is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB102127186-
CMYK0.450.3200.27
HSL222.14º37.84%56.47%-
HSV(B)222.14º45.16%72.94%-
XYZ21.9321.5549.46-
YUV126.25161.72110.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.58%
GREEN value IS 127 (50% from 255) = 30.60%
BLUE value IS 186 (73.05% from 255) = 44.82%
R=24.58%
G=30.60%
B=44.82%

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
Decimal1021271860.450.3200.27222.1437.8456.47
Hex667FBA2D2001Bde2638
Octal14617727255400333364670
Binary110011011111111011101010110110000001101111011110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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