#667ec7

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

Shades of Havelock Blue #667EC7

Tints of Havelock Blue #667EC7

Color information

#667EC7 (or 0x667EC7) is unknown color: approx Havelock Blue. HEX triplet: 66, 7E and C7. RGB value is (102,126,199). Sum of RGB (Red+Green+Blue) = 102+126+199=427 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.89% from 427); Green value is 126 (49.61% from 255 or 29.51% from 427); Blue value is 199 (78.12% from 255 or 46.60% from 427); Max value from RGB is 199 - color contains mainly: blue. Hex color #667EC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667EC7 is #998138. Grayscale: #7E7E7E. Windows color (decimal): -10060089 or 13074022. OLE color: 13074022.

HSL color Cylindrical-coordinate representation of color #667EC7: hue angle of 225.15º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #667EC7 is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB102126199-
CMYK0.490.3700.22
HSL225.15º46.41%59.02%-
HSV(B)225.15º48.74%78.04%-
XYZ23.2521.8757.03-
YUV127.15168.55110.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.89%
GREEN value IS 126 (49.61% from 255) = 29.51%
BLUE value IS 199 (78.12% from 255) = 46.60%
R=23.89%
G=29.51%
B=46.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1021261990.490.3700.22225.1546.4159.02
Hex667EC73125016e12e3b
Octal14617630761450263415673
Binary110011011111101100011111000110010101011011100001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667ec7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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