Shades of Slate Grey #697996
Tints of Slate Grey #697996
RGB
CMYK
RGB Variations
Color information
#697996 (or 0x697996) is known color: Slate Grey. HEX triplet: 69, 79 and 96. RGB value is (105,121,150). Sum of RGB (Red+Green+Blue) = 105+121+150=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 150 (58.98% from 255 or 39.89% from 376); Max value from RGB is 150 - color contains mainly: blue. Hex color #697996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697996 is #968669. Grayscale: #777777. Windows color (decimal): -9864810 or 9861481. OLE color: 9861481.
HSL color Cylindrical-coordinate representation of color #697996: hue angle of 218.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #697996 is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 121 | 150 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.41 |
| HSL | 218.67º | 0.18% | 0.5% | - |
| HSV(B) | 218.67º | 0.3% | 0.59% | - |
| XYZ | 18.17 | 18.88 | 31.54 | - |
| YUV | 119.52 | 145.2 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 121 | 150 | 0.30 | 0.19 | 0 | 0.41 | 218.67 | 0.18 | 0.5 |
| Hex | 69 | 79 | 96 | 1E | 13 | 0 | 29 | DB | 12 | 32 |
| Octal | 151 | 171 | 226 | 36 | 23 | 0 | 51 | 333 | 22 | 62 |
| Binary | 1101001 | 1111001 | 10010110 | 11110 | 10011 | 0 | 101001 | 11011011 | 10010 | 110010 |
Color Harmonies of #697996
Complementary color
Monochromatic Colors of #697996
Black with #697996
Text Example
Text Example
White with #697996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697996; }
p { color: rgb(105,121,150); }
H1.HeaderClassName
{
color: #697996;
}
.AnyTagClassName
{
color: #697996;
}
</style>
background-color css
<style>
a { background-color: #697996; }
a { background-color: rgb(105,121,150); }
div.DivClassName
{
background-color: #697996;
}
.BgClassName
{
background-color: #697996;
}
</style>
border-color css
<style>
span { border-color: #697996; }
span { border-color: rgb(105,121,150); }
td.TdClassName
{
border-color: #697996;
}
.TagClassName
{
border-color: #697996;
}
</style>