#667FD0

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

Shades of Havelock Blue #667FD0

Tints of Havelock Blue #667FD0

Color information

#667FD0 (or 0x667FD0) is unknown color: approx Havelock Blue. HEX triplet: 66, 7F and D0. RGB value is (102,127,208). Sum of RGB (Red+Green+Blue) = 102+127+208=437 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.34% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 208 (81.64% from 255 or 47.60% from 437); Max value from RGB is 208 - color contains mainly: blue. Hex color #667FD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667FD0 is #99802F. Grayscale: #808080. Windows color (decimal): -10059824 or 13664102. OLE color: 13664102.

HSL color Cylindrical-coordinate representation of color #667FD0: hue angle of 225.85º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #667FD0 is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB102127208-
CMYK0.510.3900.18
HSL225.85º53%60.78%-
HSV(B)225.85º50.96%81.57%-
XYZ24.4522.5662.74-
YUV128.76172.72108.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.34%
GREEN value IS 127 (50% from 255) = 29.06%
BLUE value IS 208 (81.64% from 255) = 47.60%
R=23.34%
G=29.06%
B=47.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1021272080.510.3900.18225.855360.78
Hex667FD03327012e2353d
Octal14617732063470223426575
Binary110011011111111101000011001110011101001011100010110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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