Shades of Light Slate Grey #6F8499
Tints of Light Slate Grey #6F8499
RGB
CMYK
RGB Variations
Color information
#6F8499 (or 0x6F8499) is known color: Light Slate Grey. HEX triplet: 6F, 84 and 99. RGB value is (111,132,153). Sum of RGB (Red+Green+Blue) = 111+132+153=396 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.03% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 153 - color contains mainly: blue. Hex color #6F8499 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8499 is #907B66. Grayscale: #808080. Windows color (decimal): -9468775 or 10060911. OLE color: 10060911.
HSL color Cylindrical-coordinate representation of color #6F8499: hue angle of 210º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F8499 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 111 | 132 | 153 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.4 |
| HSL | 210º | 0.17% | 0.52% | - |
| HSV(B) | 210º | 0.27% | 0.6% | - |
| XYZ | 20.56 | 22.18 | 33.34 | - |
| YUV | 128.12 | 142.04 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 132 | 153 | 0.27 | 0.14 | 0 | 0.4 | 210 | 0.17 | 0.52 |
| Hex | 6F | 84 | 99 | 1B | E | 0 | 28 | D2 | 11 | 34 |
| Octal | 157 | 204 | 231 | 33 | 16 | 0 | 50 | 322 | 21 | 64 |
| Binary | 1101111 | 10000100 | 10011001 | 11011 | 1110 | 0 | 101000 | 11010010 | 10001 | 110100 |
Color Harmonies of #6F8499
Complementary color
Monochromatic Colors of #6F8499
Black with #6F8499
Text Example
Text Example
White with #6F8499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8499; }
p { color: rgb(111,132,153); }
H1.HeaderClassName
{
color: #6F8499;
}
.AnyTagClassName
{
color: #6F8499;
}
</style>
background-color css
<style>
a { background-color: #6F8499; }
a { background-color: rgb(111,132,153); }
div.DivClassName
{
background-color: #6F8499;
}
.BgClassName
{
background-color: #6F8499;
}
</style>
border-color css
<style>
span { border-color: #6F8499; }
span { border-color: rgb(111,132,153); }
td.TdClassName
{
border-color: #6F8499;
}
.TagClassName
{
border-color: #6F8499;
}
</style>