#667ED8

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

Shades of Havelock Blue #667ED8

Tints of Havelock Blue #667ED8

Color information

#667ED8 (or 0x667ED8) is unknown color: approx Havelock Blue. HEX triplet: 66, 7E and D8. RGB value is (102,126,216). Sum of RGB (Red+Green+Blue) = 102+126+216=444 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.97% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 216 (84.77% from 255 or 48.65% from 444); Max value from RGB is 216 - color contains mainly: blue. Hex color #667ED8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667ED8 is #998127. Grayscale: #808080. Windows color (decimal): -10060072 or 14188134. OLE color: 14188134.

HSL color Cylindrical-coordinate representation of color #667ED8: hue angle of 227.37º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #667ED8 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB102126216-
CMYK0.530.4200.15
HSL227.37º59.38%62.35%-
HSV(B)227.37º52.78%84.71%-
XYZ25.3422.768.01-
YUV129.08177.05108.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.97%
GREEN value IS 126 (49.61% from 255) = 28.38%
BLUE value IS 216 (84.77% from 255) = 48.65%
R=22.97%
G=28.38%
B=48.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1021262160.530.4200.15227.3759.3862.35
Hex667ED8352A0Fe33b3e
Octal14617633065520173437376
Binary11001101111110110110001101011010100111111100011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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