Shades of Light Slate Grey #6F83A1
Tints of Light Slate Grey #6F83A1
RGB
CMYK
RGB Variations
Color information
#6F83A1 (or 0x6F83A1) is known color: Light Slate Grey. HEX triplet: 6F, 83 and A1. RGB value is (111,131,161). Sum of RGB (Red+Green+Blue) = 111+131+161=403 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.54% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 161 (63.28% from 255 or 39.95% from 403); Max value from RGB is 161 - color contains mainly: blue. Hex color #6F83A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F83A1 is #907C5E. Grayscale: #808080. Windows color (decimal): -9469023 or 10584943. OLE color: 10584943.
HSL color Cylindrical-coordinate representation of color #6F83A1: hue angle of 216º 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 #6F83A1 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 111 | 131 | 161 | - |
| CMYK | 0.31 | 0.19 | 0 | 0.37 |
| HSL | 216º | 0.21% | 0.53% | - |
| HSV(B) | 216º | 0.31% | 0.63% | - |
| XYZ | 21.1 | 22.19 | 36.89 | - |
| YUV | 128.44 | 146.37 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 131 | 161 | 0.31 | 0.19 | 0 | 0.37 | 216 | 0.21 | 0.53 |
| Hex | 6F | 83 | A1 | 1F | 13 | 0 | 25 | D8 | 15 | 35 |
| Octal | 157 | 203 | 241 | 37 | 23 | 0 | 45 | 330 | 25 | 65 |
| Binary | 1101111 | 10000011 | 10100001 | 11111 | 10011 | 0 | 100101 | 11011000 | 10101 | 110101 |
Color Harmonies of #6F83A1
Complementary color
Monochromatic Colors of #6F83A1
Black with #6F83A1
Text Example
Text Example
White with #6F83A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F83A1; }
p { color: rgb(111,131,161); }
H1.HeaderClassName
{
color: #6F83A1;
}
.AnyTagClassName
{
color: #6F83A1;
}
</style>
background-color css
<style>
a { background-color: #6F83A1; }
a { background-color: rgb(111,131,161); }
div.DivClassName
{
background-color: #6F83A1;
}
.BgClassName
{
background-color: #6F83A1;
}
</style>
border-color css
<style>
span { border-color: #6F83A1; }
span { border-color: rgb(111,131,161); }
td.TdClassName
{
border-color: #6F83A1;
}
.TagClassName
{
border-color: #6F83A1;
}
</style>