#667F9E

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

Shades of Slate Grey #667F9E

Tints of Slate Grey #667F9E

Color information

#667F9E (or 0x667F9E) is unknown color: approx Slate Grey. HEX triplet: 66, 7F and 9E. RGB value is (102,127,158). Sum of RGB (Red+Green+Blue) = 102+127+158=387 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.36% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 158 - color contains mainly: blue. Hex color #667F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667F9E is #998061. Grayscale: #7A7A7A. Windows color (decimal): -10059874 or 10387302. OLE color: 10387302.

HSL color Cylindrical-coordinate representation of color #667F9E: hue angle of 213.21º 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 #667F9E is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB102127158-
CMYK0.350.2000.38
HSL213.21º22.4%50.98%-
HSV(B)213.21º35.44%61.96%-
XYZ19.2420.4735.29-
YUV123.06147.72112.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.36%
GREEN value IS 127 (50% from 255) = 32.82%
BLUE value IS 158 (62.11% from 255) = 40.83%
R=26.36%
G=32.82%
B=40.83%

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
Decimal1021271580.350.2000.38213.2122.450.98
Hex667F9E2314026d51633
Octal14617723643240463252663
Binary11001101111111100111101000111010001001101101010110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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