#667E9D

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

Shades of Slate Grey #667E9D

Tints of Slate Grey #667E9D

Color information

#667E9D (or 0x667E9D) is unknown color: approx Slate Grey. HEX triplet: 66, 7E and 9D. RGB value is (102,126,157). Sum of RGB (Red+Green+Blue) = 102+126+157=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 157 - color contains mainly: blue. Hex color #667E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667E9D is #998162. Grayscale: #7A7A7A. Windows color (decimal): -10060131 or 10321510. OLE color: 10321510.

HSL color Cylindrical-coordinate representation of color #667E9D: hue angle of 213.82º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #667E9D is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB102126157-
CMYK0.350.2000.38
HSL213.82º21.91%50.78%-
HSV(B)213.82º35.03%61.57%-
XYZ19.0320.1834.79-
YUV122.36147.55113.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.49%
GREEN value IS 126 (49.61% from 255) = 32.73%
BLUE value IS 157 (61.72% from 255) = 40.78%
R=26.49%
G=32.73%
B=40.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021261570.350.2000.38213.8221.9150.78
Hex667E9D2314026d61633
Octal14617623543240463262663
Binary11001101111110100111011000111010001001101101011010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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