Shades of Light Slate Grey #6F829A
Tints of Light Slate Grey #6F829A
RGB
CMYK
RGB Variations
Color information
#6F829A (or 0x6F829A) is known color: Light Slate Grey. HEX triplet: 6F, 82 and 9A. RGB value is (111,130,154). Sum of RGB (Red+Green+Blue) = 111+130+154=395 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.10% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 154 - color contains mainly: blue. Hex color #6F829A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F829A is #907D65. Grayscale: #7E7E7E. Windows color (decimal): -9469286 or 10125935. OLE color: 10125935.
HSL color Cylindrical-coordinate representation of color #6F829A: hue angle of 213.49º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F829A is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 111 | 130 | 154 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.40 |
| HSL | 213.49º | 0.18% | 0.52% | - |
| HSV(B) | 213.49º | 0.28% | 0.6% | - |
| XYZ | 20.37 | 21.68 | 33.68 | - |
| YUV | 127.06 | 143.21 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 130 | 154 | 0.28 | 0.16 | 0 | 0.40 | 213.49 | 0.18 | 0.52 |
| Hex | 6F | 82 | 9A | 1C | 10 | 0 | 28 | D5 | 12 | 34 |
| Octal | 157 | 202 | 232 | 34 | 20 | 0 | 50 | 325 | 22 | 64 |
| Binary | 1101111 | 10000010 | 10011010 | 11100 | 10000 | 0 | 101000 | 11010101 | 10010 | 110100 |
Color Harmonies of #6F829A
Complementary color
Monochromatic Colors of #6F829A
Black with #6F829A
Text Example
Text Example
White with #6F829A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F829A; }
p { color: rgb(111,130,154); }
H1.HeaderClassName
{
color: #6F829A;
}
.AnyTagClassName
{
color: #6F829A;
}
</style>
background-color css
<style>
a { background-color: #6F829A; }
a { background-color: rgb(111,130,154); }
div.DivClassName
{
background-color: #6F829A;
}
.BgClassName
{
background-color: #6F829A;
}
</style>
border-color css
<style>
span { border-color: #6F829A; }
span { border-color: rgb(111,130,154); }
td.TdClassName
{
border-color: #6F829A;
}
.TagClassName
{
border-color: #6F829A;
}
</style>