Shades of Slate Grey #697C91
Tints of Slate Grey #697C91
RGB
CMYK
RGB Variations
Color information
#697C91 (or 0x697C91) is known color: Slate Grey. HEX triplet: 69, 7C and 91. RGB value is (105,124,145). Sum of RGB (Red+Green+Blue) = 105+124+145=374 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.07% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 145 (57.03% from 255 or 38.77% from 374); Max value from RGB is 145 - color contains mainly: blue. Hex color #697C91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697C91 is #96836E. Grayscale: #787878. Windows color (decimal): -9864047 or 9534569. OLE color: 9534569.
HSL color Cylindrical-coordinate representation of color #697C91: hue angle of 211.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 #697C91 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 124 | 145 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.43 |
| HSL | 211.5º | 0.16% | 0.49% | - |
| HSV(B) | 211.5º | 0.28% | 0.57% | - |
| XYZ | 18.14 | 19.46 | 29.59 | - |
| YUV | 120.71 | 141.71 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 124 | 145 | 0.28 | 0.14 | 0 | 0.43 | 211.5 | 0.16 | 0.49 |
| Hex | 69 | 7C | 91 | 1C | E | 0 | 2B | D4 | 10 | 31 |
| Octal | 151 | 174 | 221 | 34 | 16 | 0 | 53 | 324 | 20 | 61 |
| Binary | 1101001 | 1111100 | 10010001 | 11100 | 1110 | 0 | 101011 | 11010100 | 10000 | 110001 |
Color Harmonies of #697C91
Complementary color
Monochromatic Colors of #697C91
Black with #697C91
Text Example
Text Example
White with #697C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697C91; }
p { color: rgb(105,124,145); }
H1.HeaderClassName
{
color: #697C91;
}
.AnyTagClassName
{
color: #697C91;
}
</style>
background-color css
<style>
a { background-color: #697C91; }
a { background-color: rgb(105,124,145); }
div.DivClassName
{
background-color: #697C91;
}
.BgClassName
{
background-color: #697C91;
}
</style>
border-color css
<style>
span { border-color: #697C91; }
span { border-color: rgb(105,124,145); }
td.TdClassName
{
border-color: #697C91;
}
.TagClassName
{
border-color: #697C91;
}
</style>