#667BD8

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

Shades of Havelock Blue #667BD8

Tints of Havelock Blue #667BD8

Color information

#667BD8 (or 0x667BD8) is unknown color: approx Havelock Blue. HEX triplet: 66, 7B and D8. RGB value is (102,123,216). Sum of RGB (Red+Green+Blue) = 102+123+216=441 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.13% from 441); Green value is 123 (48.44% from 255 or 27.89% from 441); Blue value is 216 (84.77% from 255 or 48.98% from 441); Max value from RGB is 216 - color contains mainly: blue. Hex color #667BD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667BD8 is #998427. Grayscale: #7E7E7E. Windows color (decimal): -10060840 or 14187366. OLE color: 14187366.

HSL color Cylindrical-coordinate representation of color #667BD8: hue angle of 228.95º 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 #667BD8 is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB102123216-
CMYK0.530.4300.15
HSL228.95º59.38%62.35%-
HSV(B)228.95º52.78%84.71%-
XYZ24.9621.9567.89-
YUV127.32178.04109.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.13%
GREEN value IS 123 (48.44% from 255) = 27.89%
BLUE value IS 216 (84.77% from 255) = 48.98%
R=23.13%
G=27.89%
B=48.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1021232160.530.4300.15228.9559.3862.35
Hex667BD8352B0Fe53b3e
Octal14617333065530173457376
Binary11001101111011110110001101011010110111111100101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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