#6E7E8D

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

Shades of Slate Grey #6E7E8D

Tints of Slate Grey #6E7E8D

Color information

#6E7E8D (or 0x6E7E8D) is unknown color: approx Slate Grey. HEX triplet: 6E, 7E and 8D. RGB value is (110,126,141). Sum of RGB (Red+Green+Blue) = 110+126+141=377 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.18% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 141 - color contains mainly: blue. Hex color #6E7E8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7E8D is #918172. Grayscale: #7A7A7A. Windows color (decimal): -9535859 or 9272942. OLE color: 9272942.

HSL color Cylindrical-coordinate representation of color #6E7E8D: hue angle of 209.03º 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 #6E7E8D is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB110126141-
CMYK0.220.1100.45
HSL209.03º12.35%49.22%-
HSV(B)209.03º21.99%55.29%-
XYZ18.720.1628.1-
YUV122.93138.2118.78-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.18%
GREEN value IS 126 (49.61% from 255) = 33.42%
BLUE value IS 141 (55.47% from 255) = 37.40%
R=29.18%
G=33.42%
B=37.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1101261410.220.1100.45209.0312.3549.22
Hex6E7E8D16B02Dd1c31
Octal15617621526130553211461
Binary11011101111110100011011011010110101101110100011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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