Shades of Slate Grey #697995
Tints of Slate Grey #697995
RGB
CMYK
RGB Variations
Color information
#697995 (or 0x697995) is known color: Slate Grey. HEX triplet: 69, 79 and 95. RGB value is (105,121,149). Sum of RGB (Red+Green+Blue) = 105+121+149=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 149 - color contains mainly: blue. Hex color #697995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697995 is #96866A. Grayscale: #777777. Windows color (decimal): -9864811 or 9795945. OLE color: 9795945.
HSL color Cylindrical-coordinate representation of color #697995: hue angle of 218.18º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #697995 is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 121 | 149 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.42 |
| HSL | 218.18º | 0.17% | 0.5% | - |
| HSV(B) | 218.18º | 0.3% | 0.58% | - |
| XYZ | 18.09 | 18.85 | 31.12 | - |
| YUV | 119.41 | 144.7 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 121 | 149 | 0.30 | 0.19 | 0 | 0.42 | 218.18 | 0.17 | 0.5 |
| Hex | 69 | 79 | 95 | 1E | 13 | 0 | 2A | DA | 11 | 32 |
| Octal | 151 | 171 | 225 | 36 | 23 | 0 | 52 | 332 | 21 | 62 |
| Binary | 1101001 | 1111001 | 10010101 | 11110 | 10011 | 0 | 101010 | 11011010 | 10001 | 110010 |
Color Harmonies of #697995
Complementary color
Monochromatic Colors of #697995
Black with #697995
Text Example
Text Example
White with #697995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697995; }
p { color: rgb(105,121,149); }
H1.HeaderClassName
{
color: #697995;
}
.AnyTagClassName
{
color: #697995;
}
</style>
background-color css
<style>
a { background-color: #697995; }
a { background-color: rgb(105,121,149); }
div.DivClassName
{
background-color: #697995;
}
.BgClassName
{
background-color: #697995;
}
</style>
border-color css
<style>
span { border-color: #697995; }
span { border-color: rgb(105,121,149); }
td.TdClassName
{
border-color: #697995;
}
.TagClassName
{
border-color: #697995;
}
</style>