Shades of Slate Grey #697D91
Tints of Slate Grey #697D91
RGB
CMYK
RGB Variations
Color information
#697D91 (or 0x697D91) is known color: Slate Grey. HEX triplet: 69, 7D and 91. RGB value is (105,125,145). Sum of RGB (Red+Green+Blue) = 105+125+145=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 145 (57.03% from 255 or 38.67% from 375); Max value from RGB is 145 - color contains mainly: blue. Hex color #697D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697D91 is #96826E. Grayscale: #797979. Windows color (decimal): -9863791 or 9534825. OLE color: 9534825.
HSL color Cylindrical-coordinate representation of color #697D91: hue angle of 210º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #697D91 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 125 | 145 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.43 |
| HSL | 210º | 0.16% | 0.49% | - |
| HSV(B) | 210º | 0.28% | 0.57% | - |
| XYZ | 18.27 | 19.71 | 29.63 | - |
| YUV | 121.3 | 141.37 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 125 | 145 | 0.28 | 0.14 | 0 | 0.43 | 210 | 0.16 | 0.49 |
| Hex | 69 | 7D | 91 | 1C | E | 0 | 2B | D2 | 10 | 31 |
| Octal | 151 | 175 | 221 | 34 | 16 | 0 | 53 | 322 | 20 | 61 |
| Binary | 1101001 | 1111101 | 10010001 | 11100 | 1110 | 0 | 101011 | 11010010 | 10000 | 110001 |
Color Harmonies of #697D91
Complementary color
Monochromatic Colors of #697D91
Black with #697D91
Text Example
Text Example
White with #697D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697D91; }
p { color: rgb(105,125,145); }
H1.HeaderClassName
{
color: #697D91;
}
.AnyTagClassName
{
color: #697D91;
}
</style>
background-color css
<style>
a { background-color: #697D91; }
a { background-color: rgb(105,125,145); }
div.DivClassName
{
background-color: #697D91;
}
.BgClassName
{
background-color: #697D91;
}
</style>
border-color css
<style>
span { border-color: #697D91; }
span { border-color: rgb(105,125,145); }
td.TdClassName
{
border-color: #697D91;
}
.TagClassName
{
border-color: #697D91;
}
</style>