#667EBB

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

Shades of Havelock Blue #667EBB

Tints of Havelock Blue #667EBB

Color information

#667EBB (or 0x667EBB) is unknown color: approx Havelock Blue. HEX triplet: 66, 7E and BB. RGB value is (102,126,187). Sum of RGB (Red+Green+Blue) = 102+126+187=415 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.58% from 415); Green value is 126 (49.61% from 255 or 30.36% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #667EBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667EBB is #998144. Grayscale: #7D7D7D. Windows color (decimal): -10060101 or 12287590. OLE color: 12287590.

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

Color convert

RGB102126187-
CMYK0.450.3300.27
HSL223.06º38.46%56.67%-
HSV(B)223.06º45.45%73.33%-
XYZ21.9121.3349.98-
YUV125.78162.55111.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.58%
GREEN value IS 126 (49.61% from 255) = 30.36%
BLUE value IS 187 (73.44% from 255) = 45.06%
R=24.58%
G=30.36%
B=45.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021261870.450.3300.27223.0638.4656.67
Hex667EBB2D2101Bdf2639
Octal14617627355410333374671
Binary110011011111101011101110110110000101101111011111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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