Shades of Light Slate Grey #6F809C
Tints of Light Slate Grey #6F809C
RGB
CMYK
RGB Variations
Color information
#6F809C (or 0x6F809C) is known color: Light Slate Grey. HEX triplet: 6F, 80 and 9C. RGB value is (111,128,156). Sum of RGB (Red+Green+Blue) = 111+128+156=395 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.10% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F809C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F809C is #907F63. Grayscale: #7D7D7D. Windows color (decimal): -9469796 or 10256495. OLE color: 10256495.
HSL color Cylindrical-coordinate representation of color #6F809C: hue angle of 217.33º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F809C is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 128 | 156 | - |
| CMYK | 0.29 | 0.18 | 0 | 0.39 |
| HSL | 217.33º | 0.19% | 0.52% | - |
| HSV(B) | 217.33º | 0.29% | 0.61% | - |
| XYZ | 20.28 | 21.22 | 34.48 | - |
| YUV | 126.11 | 144.87 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 128 | 156 | 0.29 | 0.18 | 0 | 0.39 | 217.33 | 0.19 | 0.52 |
| Hex | 6F | 80 | 9C | 1D | 12 | 0 | 27 | D9 | 13 | 34 |
| Octal | 157 | 200 | 234 | 35 | 22 | 0 | 47 | 331 | 23 | 64 |
| Binary | 1101111 | 10000000 | 10011100 | 11101 | 10010 | 0 | 100111 | 11011001 | 10011 | 110100 |
Color Harmonies of #6F809C
Complementary color
Monochromatic Colors of #6F809C
Black with #6F809C
Text Example
Text Example
White with #6F809C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F809C; }
p { color: rgb(111,128,156); }
H1.HeaderClassName
{
color: #6F809C;
}
.AnyTagClassName
{
color: #6F809C;
}
</style>
background-color css
<style>
a { background-color: #6F809C; }
a { background-color: rgb(111,128,156); }
div.DivClassName
{
background-color: #6F809C;
}
.BgClassName
{
background-color: #6F809C;
}
</style>
border-color css
<style>
span { border-color: #6F809C; }
span { border-color: rgb(111,128,156); }
td.TdClassName
{
border-color: #6F809C;
}
.TagClassName
{
border-color: #6F809C;
}
</style>