Shades of Light Slate Grey #6F849B
Tints of Light Slate Grey #6F849B
RGB
CMYK
RGB Variations
Color information
#6F849B (or 0x6F849B) is known color: Light Slate Grey. HEX triplet: 6F, 84 and 9B. RGB value is (111,132,155). Sum of RGB (Red+Green+Blue) = 111+132+155=398 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.89% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F849B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F849B is #907B64. Grayscale: #808080. Windows color (decimal): -9468773 or 10191983. OLE color: 10191983.
HSL color Cylindrical-coordinate representation of color #6F849B: hue angle of 211.36º 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 #6F849B is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 132 | 155 | - |
| CMYK | 0.28 | 0.15 | 0 | 0.39 |
| HSL | 211.36º | 0.18% | 0.52% | - |
| HSV(B) | 211.36º | 0.28% | 0.61% | - |
| XYZ | 20.72 | 22.25 | 34.21 | - |
| YUV | 128.34 | 143.04 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 132 | 155 | 0.28 | 0.15 | 0 | 0.39 | 211.36 | 0.18 | 0.52 |
| Hex | 6F | 84 | 9B | 1C | F | 0 | 27 | D3 | 12 | 34 |
| Octal | 157 | 204 | 233 | 34 | 17 | 0 | 47 | 323 | 22 | 64 |
| Binary | 1101111 | 10000100 | 10011011 | 11100 | 1111 | 0 | 100111 | 11010011 | 10010 | 110100 |
Color Harmonies of #6F849B
Complementary color
Monochromatic Colors of #6F849B
Black with #6F849B
Text Example
Text Example
White with #6F849B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F849B; }
p { color: rgb(111,132,155); }
H1.HeaderClassName
{
color: #6F849B;
}
.AnyTagClassName
{
color: #6F849B;
}
</style>
background-color css
<style>
a { background-color: #6F849B; }
a { background-color: rgb(111,132,155); }
div.DivClassName
{
background-color: #6F849B;
}
.BgClassName
{
background-color: #6F849B;
}
</style>
border-color css
<style>
span { border-color: #6F849B; }
span { border-color: rgb(111,132,155); }
td.TdClassName
{
border-color: #6F849B;
}
.TagClassName
{
border-color: #6F849B;
}
</style>