#6D859F

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

Shades of Light Slate Grey #6D859F

Tints of Light Slate Grey #6D859F

Color information

#6D859F (or 0x6D859F) is unknown color: approx Light Slate Grey. HEX triplet: 6D, 85 and 9F. RGB value is (109,133,159). Sum of RGB (Red+Green+Blue) = 109+133+159=401 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.18% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 159 - color contains mainly: blue. Hex color #6D859F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D859F is #927A60. Grayscale: #808080. Windows color (decimal): -9599585 or 10454381. OLE color: 10454381.

HSL color Cylindrical-coordinate representation of color #6D859F: hue angle of 211.2º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D859F is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB109133159-
CMYK0.310.1600.38
HSL211.2º20.66%52.55%-
HSV(B)211.2º31.45%62.35%-
XYZ20.9522.5336.05-
YUV128.79145.05113.89-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.18%
GREEN value IS 133 (52.34% from 255) = 33.17%
BLUE value IS 159 (62.5% from 255) = 39.65%
R=27.18%
G=33.17%
B=39.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1091331590.310.1600.38211.220.6652.55
Hex6D859F1F10026d31535
Octal15520523737200463232565
Binary11011011000010110011111111111000001001101101001110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D859F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,133,159); }

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

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

 a { background-color: rgb(109,133,159); }

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

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

 span { border-color: rgb(109,133,159); }

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