#667EA0

Color #667EA0 Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Grey #667EA0

Tints of Slate Grey #667EA0

Color information

#667EA0 (or 0x667EA0) is unknown color: approx Slate Grey. HEX triplet: 66, 7E and A0. RGB value is (102,126,160). Sum of RGB (Red+Green+Blue) = 102+126+160=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 160 (62.89% from 255 or 41.24% from 388); Max value from RGB is 160 - color contains mainly: blue. Hex color #667EA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667EA0 is #99815F. Grayscale: #7A7A7A. Windows color (decimal): -10060128 or 10518118. OLE color: 10518118.

HSL color Cylindrical-coordinate representation of color #667EA0: hue angle of 215.17º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #667EA0 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB102126160-
CMYK0.360.2100.37
HSL215.17º23.39%51.37%-
HSV(B)215.17º36.25%62.75%-
XYZ19.2920.2836.16-
YUV122.7149.05113.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.29%
GREEN value IS 126 (49.61% from 255) = 32.47%
BLUE value IS 160 (62.89% from 255) = 41.24%
R=26.29%
G=32.47%
B=41.24%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1021261600.360.2100.37215.1723.3951.37
Hex667EA02415025d71733
Octal14617624044250453272763
Binary11001101111110101000001001001010101001011101011110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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