#6D859B

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

Shades of Light Slate Grey #6D859B

Tints of Light Slate Grey #6D859B

Color information

#6D859B (or 0x6D859B) is unknown color: approx Light Slate Grey. HEX triplet: 6D, 85 and 9B. RGB value is (109,133,155). Sum of RGB (Red+Green+Blue) = 109+133+155=397 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.46% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D859B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D859B is #927A64. Grayscale: #808080. Windows color (decimal): -9599589 or 10192237. OLE color: 10192237.

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

Color convert

RGB109133155-
CMYK0.300.1400.39
HSL208.7º18.7%51.76%-
HSV(B)208.7º29.68%60.78%-
XYZ20.6122.3934.25-
YUV128.33143.05114.21-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.46%
GREEN value IS 133 (52.34% from 255) = 33.50%
BLUE value IS 155 (60.94% from 255) = 39.04%
R=27.46%
G=33.50%
B=39.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1091331550.300.1400.39208.718.751.76
Hex6D859B1EE027d11334
Octal15520523336160473212364
Binary1101101100001011001101111110111001001111101000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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