Shades of Slate Grey #697A91
Tints of Slate Grey #697A91
RGB
CMYK
RGB Variations
Color information
#697A91 (or 0x697A91) is known color: Slate Grey. HEX triplet: 69, 7A and 91. RGB value is (105,122,145). Sum of RGB (Red+Green+Blue) = 105+122+145=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 145 (57.03% from 255 or 38.98% from 372); Max value from RGB is 145 - color contains mainly: blue. Hex color #697A91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697A91 is #96856E. Grayscale: #777777. Windows color (decimal): -9864559 or 9534057. OLE color: 9534057.
HSL color Cylindrical-coordinate representation of color #697A91: hue angle of 214.5º 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 #697A91 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 122 | 145 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.43 |
| HSL | 214.5º | 0.16% | 0.49% | - |
| HSV(B) | 214.5º | 0.28% | 0.57% | - |
| XYZ | 17.9 | 18.97 | 29.51 | - |
| YUV | 119.54 | 142.37 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 122 | 145 | 0.28 | 0.16 | 0 | 0.43 | 214.5 | 0.16 | 0.49 |
| Hex | 69 | 7A | 91 | 1C | 10 | 0 | 2B | D6 | 10 | 31 |
| Octal | 151 | 172 | 221 | 34 | 20 | 0 | 53 | 326 | 20 | 61 |
| Binary | 1101001 | 1111010 | 10010001 | 11100 | 10000 | 0 | 101011 | 11010110 | 10000 | 110001 |
Color Harmonies of #697A91
Complementary color
Monochromatic Colors of #697A91
Black with #697A91
Text Example
Text Example
White with #697A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697A91; }
p { color: rgb(105,122,145); }
H1.HeaderClassName
{
color: #697A91;
}
.AnyTagClassName
{
color: #697A91;
}
</style>
background-color css
<style>
a { background-color: #697A91; }
a { background-color: rgb(105,122,145); }
div.DivClassName
{
background-color: #697A91;
}
.BgClassName
{
background-color: #697A91;
}
</style>
border-color css
<style>
span { border-color: #697A91; }
span { border-color: rgb(105,122,145); }
td.TdClassName
{
border-color: #697A91;
}
.TagClassName
{
border-color: #697A91;
}
</style>