Shades of Light Slate Grey #6D859B
Tints of Light Slate Grey #6D859B
RGB
CMYK
RGB Variations
Color information
#6D859B (or 0x6D859B) is known color: 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
| RGB | 109 | 133 | 155 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.39 |
| HSL | 208.7º | 0.19% | 0.52% | - |
| HSV(B) | 208.7º | 0.3% | 0.61% | - |
| XYZ | 20.61 | 22.39 | 34.25 | - |
| YUV | 128.33 | 143.05 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 133 | 155 | 0.30 | 0.14 | 0 | 0.39 | 208.7 | 0.19 | 0.52 |
| Hex | 6D | 85 | 9B | 1E | E | 0 | 27 | D1 | 13 | 34 |
| Octal | 155 | 205 | 233 | 36 | 16 | 0 | 47 | 321 | 23 | 64 |
| Binary | 1101101 | 10000101 | 10011011 | 11110 | 1110 | 0 | 100111 | 11010001 | 10011 | 110100 |
Color Harmonies of #6D859B
Complementary color
Monochromatic Colors of #6D859B
Black with #6D859B
Text Example
Text Example
White with #6D859B
Text Example
Text Example
HTML Codes & Css Web 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>