Shades of Light Slate Grey #6F8698
Tints of Light Slate Grey #6F8698
RGB
CMYK
RGB Variations
Color information
#6F8698 (or 0x6F8698) is known color: Light Slate Grey. HEX triplet: 6F, 86 and 98. RGB value is (111,134,152). Sum of RGB (Red+Green+Blue) = 111+134+152=397 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.96% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 152 - color contains mainly: blue. Hex color #6F8698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8698 is #907967. Grayscale: #818181. Windows color (decimal): -9468264 or 9995887. OLE color: 9995887.
HSL color Cylindrical-coordinate representation of color #6F8698: hue angle of 206.34º 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 #6F8698 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 111 | 134 | 152 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.40 |
| HSL | 206.34º | 0.17% | 0.52% | - |
| HSV(B) | 206.34º | 0.27% | 0.6% | - |
| XYZ | 20.75 | 22.7 | 32.99 | - |
| YUV | 129.18 | 140.88 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 134 | 152 | 0.27 | 0.12 | 0 | 0.40 | 206.34 | 0.17 | 0.52 |
| Hex | 6F | 86 | 98 | 1B | C | 0 | 28 | CE | 11 | 34 |
| Octal | 157 | 206 | 230 | 33 | 14 | 0 | 50 | 316 | 21 | 64 |
| Binary | 1101111 | 10000110 | 10011000 | 11011 | 1100 | 0 | 101000 | 11001110 | 10001 | 110100 |
Color Harmonies of #6F8698
Complementary color
Monochromatic Colors of #6F8698
Black with #6F8698
Text Example
Text Example
White with #6F8698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8698; }
p { color: rgb(111,134,152); }
H1.HeaderClassName
{
color: #6F8698;
}
.AnyTagClassName
{
color: #6F8698;
}
</style>
background-color css
<style>
a { background-color: #6F8698; }
a { background-color: rgb(111,134,152); }
div.DivClassName
{
background-color: #6F8698;
}
.BgClassName
{
background-color: #6F8698;
}
</style>
border-color css
<style>
span { border-color: #6F8698; }
span { border-color: rgb(111,134,152); }
td.TdClassName
{
border-color: #6F8698;
}
.TagClassName
{
border-color: #6F8698;
}
</style>