Html Css Color HEX #6E808D Slate Grey

📋 copy color: '#6E808D'

red 110 ◦ green 128 ◦ blue 141

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

Shades of Slate Grey #6E808D

Tints of Slate Grey #6E808D

RGB

 RED value IS 110 (43.36% from 255) = 29.02%

 GREEN value IS 128 (50.39% from 255) = 33.77%

 BLUE value IS 141 (55.47% from 255) = 37.2%

R = 29.02%
G = 33.77%
B = 37.2%

CMYK

 C value IS 0.22

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6E808D (or 0x6E808D) is known color: Slate Grey. HEX triplet: 6E, 80 and 8D. RGB value is (110,128,141). Sum of RGB (Red+Green+Blue) = 110+128+141=379 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.02% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 141 - color contains mainly: blue. Hex color #6E808D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E808D is #917F72. Grayscale: #7C7C7C. Windows color (decimal): -9535347 or 9273454. OLE color: 9273454.

HSL color Cylindrical-coordinate representation of color #6E808D: hue angle of 205.16º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6E808D is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 110 128 141 -
CMYK 0.22 0.09 0 0.45
HSL 205.16º 0.12% 0.49% -
HSV(B) 205.16º 0.22% 0.55% -
XYZ 18.96 20.68 28.19 -
YUV 124.1 137.54 117.94 -
System Red Green Blue C M Y K H S L
Decimal 110 128 141 0.22 0.09 0 0.45 205.16 0.12 0.49
Hex 6E 80 8D 16 9 0 2D CD C 31
Octal 156 200 215 26 11 0 55 315 14 61
Binary 1101110 10000000 10001101 10110 1001 0 101101 11001101 1100 110001

Color Harmonies of #6E808D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E808D

Black with #6E808D

Text Example


Text Example

White with #6E808D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E808D;
 }
 .AnyTagClassName
 {
   color: #6E808D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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