#6E839D

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

Shades of Light Slate Grey #6E839D

Tints of Light Slate Grey #6E839D

Color information

#6E839D (or 0x6E839D) is unknown color: approx Light Slate Grey. HEX triplet: 6E, 83 and 9D. RGB value is (110,131,157). Sum of RGB (Red+Green+Blue) = 110+131+157=398 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.64% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E839D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E839D is #917C62. Grayscale: #7F7F7F. Windows color (decimal): -9534563 or 10322798. OLE color: 10322798.

HSL color Cylindrical-coordinate representation of color #6E839D: hue angle of 213.19º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E839D is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB110131157-
CMYK0.300.1700.38
HSL213.19º19.34%52.35%-
HSV(B)213.19º29.94%61.57%-
XYZ20.6321.9835.05-
YUV127.68144.54115.39-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.64%
GREEN value IS 131 (51.56% from 255) = 32.91%
BLUE value IS 157 (61.72% from 255) = 39.45%
R=27.64%
G=32.91%
B=39.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1101311570.300.1700.38213.1919.3452.35
Hex6E839D1E11026d51334
Octal15620323536210463252364
Binary11011101000001110011101111101000101001101101010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E839D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,131,157); }

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

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

 a { background-color: rgb(110,131,157); }

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

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

 span { border-color: rgb(110,131,157); }

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