#6E808E

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

Shades of Slate Grey #6E808E

Tints of Slate Grey #6E808E

Color information

#6E808E (or 0x6E808E) is unknown color: approx Slate Grey. HEX triplet: 6E, 80 and 8E. RGB value is (110,128,142). Sum of RGB (Red+Green+Blue) = 110+128+142=380 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.95% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 142 (55.86% from 255 or 37.37% from 380); Max value from RGB is 142 - color contains mainly: blue. Hex color #6E808E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E808E is #917F71. Grayscale: #7C7C7C. Windows color (decimal): -9535346 or 9338990. OLE color: 9338990.

HSL color Cylindrical-coordinate representation of color #6E808E: hue angle of 206.25º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6E808E is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB110128142-
CMYK0.230.1000.44
HSL206.25º12.7%49.41%-
HSV(B)206.25º22.54%55.69%-
XYZ19.0320.7128.58-
YUV124.21138.04117.86-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.95%
GREEN value IS 128 (50.39% from 255) = 33.68%
BLUE value IS 142 (55.86% from 255) = 37.37%
R=28.95%
G=33.68%
B=37.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1101281420.230.1000.44206.2512.749.41
Hex6E808E17A02Cced31
Octal15620021627120543161561
Binary110111010000000100011101011110100101100110011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E808E; }

 p { color: rgb(110,128,142); }

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

<style>
 a { background-color: #6E808E; }

 a { background-color: rgb(110,128,142); }

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

<style>
 span { border-color: #6E808E; }

 span { border-color: rgb(110,128,142); }

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