#667E9B

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

Shades of Slate Grey #667E9B

Tints of Slate Grey #667E9B

Color information

#667E9B (or 0x667E9B) is unknown color: approx Slate Grey. HEX triplet: 66, 7E and 9B. RGB value is (102,126,155). Sum of RGB (Red+Green+Blue) = 102+126+155=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 155 - color contains mainly: blue. Hex color #667E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667E9B is #998164. Grayscale: #797979. Windows color (decimal): -10060133 or 10190438. OLE color: 10190438.

HSL color Cylindrical-coordinate representation of color #667E9B: hue angle of 212.83º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #667E9B is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB102126155-
CMYK0.340.1900.39
HSL212.83º20.95%50.39%-
HSV(B)212.83º34.19%60.78%-
XYZ18.8620.1133.9-
YUV122.13146.55113.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.63%
GREEN value IS 126 (49.61% from 255) = 32.90%
BLUE value IS 155 (60.94% from 255) = 40.47%
R=26.63%
G=32.90%
B=40.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021261550.340.1900.39212.8320.9550.39
Hex667E9B2213027d51532
Octal14617623342230473252562
Binary11001101111110100110111000101001101001111101010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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