Shades of Slate Grey #69819F
Tints of Slate Grey #69819F
RGB
CMYK
RGB Variations
Color information
#69819F (or 0x69819F) is known color: Slate Grey. HEX triplet: 69, 81 and 9F. RGB value is (105,129,159). Sum of RGB (Red+Green+Blue) = 105+129+159=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 159 - color contains mainly: blue. Hex color #69819F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69819F is #967E60. Grayscale: #7D7D7D. Windows color (decimal): -9862753 or 10453353. OLE color: 10453353.
HSL color Cylindrical-coordinate representation of color #69819F: hue angle of 213.33º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #69819F is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 129 | 159 | - |
| CMYK | 0.34 | 0.19 | 0 | 0.38 |
| HSL | 213.33º | 0.22% | 0.52% | - |
| HSV(B) | 213.33º | 0.34% | 0.62% | - |
| XYZ | 19.93 | 21.21 | 35.84 | - |
| YUV | 125.24 | 147.05 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 129 | 159 | 0.34 | 0.19 | 0 | 0.38 | 213.33 | 0.22 | 0.52 |
| Hex | 69 | 81 | 9F | 22 | 13 | 0 | 26 | D5 | 16 | 34 |
| Octal | 151 | 201 | 237 | 42 | 23 | 0 | 46 | 325 | 26 | 64 |
| Binary | 1101001 | 10000001 | 10011111 | 100010 | 10011 | 0 | 100110 | 11010101 | 10110 | 110100 |
Color Harmonies of #69819F
Complementary color
Monochromatic Colors of #69819F
Black with #69819F
Text Example
Text Example
White with #69819F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69819F; }
p { color: rgb(105,129,159); }
H1.HeaderClassName
{
color: #69819F;
}
.AnyTagClassName
{
color: #69819F;
}
</style>
background-color css
<style>
a { background-color: #69819F; }
a { background-color: rgb(105,129,159); }
div.DivClassName
{
background-color: #69819F;
}
.BgClassName
{
background-color: #69819F;
}
</style>
border-color css
<style>
span { border-color: #69819F; }
span { border-color: rgb(105,129,159); }
td.TdClassName
{
border-color: #69819F;
}
.TagClassName
{
border-color: #69819F;
}
</style>