Html Css Color HEX #6E808E Slate Grey

📋 copy color: '#6E808E'

red 110 ◦ green 128 ◦ blue 142

#6E808E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Grey #6E808E

Tints of Slate Grey #6E808E

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 value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6E808E (or 0x6E808E) is known color: 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

RGB 110 128 142 -
CMYK 0.23 0.10 0 0.44
HSL 206.25º 0.13% 0.49% -
HSV(B) 206.25º 0.23% 0.56% -
XYZ 19.03 20.71 28.58 -
YUV 124.21 138.04 117.86 -
System Red Green Blue C M Y K H S L
Decimal 110 128 142 0.23 0.10 0 0.44 206.25 0.13 0.49
Hex 6E 80 8E 17 A 0 2C CE D 31
Octal 156 200 216 27 12 0 54 316 15 61
Binary 1101110 10000000 10001110 10111 1010 0 101100 11001110 1101 110001

Color Harmonies of #6E808E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E808E

Black with #6E808E

Text Example


Text Example

White with #6E808E

Text Example


Text Example

HTML Codes & Css Web 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>