#667FCC

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

Shades of Havelock Blue #667FCC

Tints of Havelock Blue #667FCC

Color information

#667FCC (or 0x667FCC) is unknown color: approx Havelock Blue. HEX triplet: 66, 7F and CC. RGB value is (102,127,204). Sum of RGB (Red+Green+Blue) = 102+127+204=433 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.56% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #667FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667FCC is #998033. Grayscale: #7F7F7F. Windows color (decimal): -10059828 or 13401958. OLE color: 13401958.

HSL color Cylindrical-coordinate representation of color #667FCC: hue angle of 225.29º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #667FCC is Cyan = 0.5, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB102127204-
CMYK0.50.3800.2
HSL225.29º50%60%-
HSV(B)225.29º50%80%-
XYZ23.9722.3660.18-
YUV128.3170.72109.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.56%
GREEN value IS 127 (50% from 255) = 29.33%
BLUE value IS 204 (80.08% from 255) = 47.11%
R=23.56%
G=29.33%
B=47.11%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1021272040.50.3800.2225.295060
Hex667FCC3226014e1323c
Octal14617731462460243416274
Binary110011011111111100110011001010011001010011100001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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