Shades of Light Slate Grey #6F8498
Tints of Light Slate Grey #6F8498
RGB
CMYK
RGB Variations
Color information
#6F8498 (or 0x6F8498) is known color: Light Slate Grey. HEX triplet: 6F, 84 and 98. RGB value is (111,132,152). Sum of RGB (Red+Green+Blue) = 111+132+152=395 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.10% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 152 (59.77% from 255 or 38.48% from 395); Max value from RGB is 152 - color contains mainly: blue. Hex color #6F8498 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8498 is #907B67. Grayscale: #7F7F7F. Windows color (decimal): -9468776 or 9995375. OLE color: 9995375.
HSL color Cylindrical-coordinate representation of color #6F8498: hue angle of 209.27º 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 #6F8498 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 111 | 132 | 152 | - |
| CMYK | 0.27 | 0.13 | 0 | 0.40 |
| HSL | 209.27º | 0.17% | 0.52% | - |
| HSV(B) | 209.27º | 0.27% | 0.6% | - |
| XYZ | 20.47 | 22.15 | 32.9 | - |
| YUV | 128 | 141.54 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 132 | 152 | 0.27 | 0.13 | 0 | 0.40 | 209.27 | 0.17 | 0.52 |
| Hex | 6F | 84 | 98 | 1B | D | 0 | 28 | D1 | 11 | 34 |
| Octal | 157 | 204 | 230 | 33 | 15 | 0 | 50 | 321 | 21 | 64 |
| Binary | 1101111 | 10000100 | 10011000 | 11011 | 1101 | 0 | 101000 | 11010001 | 10001 | 110100 |
Color Harmonies of #6F8498
Complementary color
Monochromatic Colors of #6F8498
Black with #6F8498
Text Example
Text Example
White with #6F8498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8498; }
p { color: rgb(111,132,152); }
H1.HeaderClassName
{
color: #6F8498;
}
.AnyTagClassName
{
color: #6F8498;
}
</style>
background-color css
<style>
a { background-color: #6F8498; }
a { background-color: rgb(111,132,152); }
div.DivClassName
{
background-color: #6F8498;
}
.BgClassName
{
background-color: #6F8498;
}
</style>
border-color css
<style>
span { border-color: #6F8498; }
span { border-color: rgb(111,132,152); }
td.TdClassName
{
border-color: #6F8498;
}
.TagClassName
{
border-color: #6F8498;
}
</style>