Shades of Light Slate Grey #6F859B
Tints of Light Slate Grey #6F859B
RGB
CMYK
RGB Variations
Color information
#6F859B (or 0x6F859B) is known color: Light Slate Grey. HEX triplet: 6F, 85 and 9B. RGB value is (111,133,155). Sum of RGB (Red+Green+Blue) = 111+133+155=399 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.82% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F859B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F859B is #907A64. Grayscale: #808080. Windows color (decimal): -9468517 or 10192239. OLE color: 10192239.
HSL color Cylindrical-coordinate representation of color #6F859B: hue angle of 210º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F859B is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 133 | 155 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.39 |
| HSL | 210º | 0.18% | 0.52% | - |
| HSV(B) | 210º | 0.28% | 0.61% | - |
| XYZ | 20.86 | 22.52 | 34.26 | - |
| YUV | 128.93 | 142.71 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 133 | 155 | 0.28 | 0.14 | 0 | 0.39 | 210 | 0.18 | 0.52 |
| Hex | 6F | 85 | 9B | 1C | E | 0 | 27 | D2 | 12 | 34 |
| Octal | 157 | 205 | 233 | 34 | 16 | 0 | 47 | 322 | 22 | 64 |
| Binary | 1101111 | 10000101 | 10011011 | 11100 | 1110 | 0 | 100111 | 11010010 | 10010 | 110100 |
Color Harmonies of #6F859B
Complementary color
Monochromatic Colors of #6F859B
Black with #6F859B
Text Example
Text Example
White with #6F859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F859B; }
p { color: rgb(111,133,155); }
H1.HeaderClassName
{
color: #6F859B;
}
.AnyTagClassName
{
color: #6F859B;
}
</style>
background-color css
<style>
a { background-color: #6F859B; }
a { background-color: rgb(111,133,155); }
div.DivClassName
{
background-color: #6F859B;
}
.BgClassName
{
background-color: #6F859B;
}
</style>
border-color css
<style>
span { border-color: #6F859B; }
span { border-color: rgb(111,133,155); }
td.TdClassName
{
border-color: #6F859B;
}
.TagClassName
{
border-color: #6F859B;
}
</style>