Shades of Light Slate Grey #6F84A1
Tints of Light Slate Grey #6F84A1
RGB
CMYK
RGB Variations
Color information
#6F84A1 (or 0x6F84A1) is known color: Light Slate Grey. HEX triplet: 6F, 84 and A1. RGB value is (111,132,161). Sum of RGB (Red+Green+Blue) = 111+132+161=404 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.48% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 161 (63.28% from 255 or 39.85% from 404); Max value from RGB is 161 - color contains mainly: blue. Hex color #6F84A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F84A1 is #907B5E. Grayscale: #808080. Windows color (decimal): -9468767 or 10585199. OLE color: 10585199.
HSL color Cylindrical-coordinate representation of color #6F84A1: hue angle of 214.8º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6F84A1 is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 111 | 132 | 161 | - |
| CMYK | 0.31 | 0.18 | 0 | 0.37 |
| HSL | 214.8º | 0.21% | 0.53% | - |
| HSV(B) | 214.8º | 0.31% | 0.63% | - |
| XYZ | 21.24 | 22.46 | 36.93 | - |
| YUV | 129.03 | 146.04 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 132 | 161 | 0.31 | 0.18 | 0 | 0.37 | 214.8 | 0.21 | 0.53 |
| Hex | 6F | 84 | A1 | 1F | 12 | 0 | 25 | D7 | 15 | 35 |
| Octal | 157 | 204 | 241 | 37 | 22 | 0 | 45 | 327 | 25 | 65 |
| Binary | 1101111 | 10000100 | 10100001 | 11111 | 10010 | 0 | 100101 | 11010111 | 10101 | 110101 |
Color Harmonies of #6F84A1
Complementary color
Monochromatic Colors of #6F84A1
Black with #6F84A1
Text Example
Text Example
White with #6F84A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F84A1; }
p { color: rgb(111,132,161); }
H1.HeaderClassName
{
color: #6F84A1;
}
.AnyTagClassName
{
color: #6F84A1;
}
</style>
background-color css
<style>
a { background-color: #6F84A1; }
a { background-color: rgb(111,132,161); }
div.DivClassName
{
background-color: #6F84A1;
}
.BgClassName
{
background-color: #6F84A1;
}
</style>
border-color css
<style>
span { border-color: #6F84A1; }
span { border-color: rgb(111,132,161); }
td.TdClassName
{
border-color: #6F84A1;
}
.TagClassName
{
border-color: #6F84A1;
}
</style>