Shades of Slate Grey #697F91
Tints of Slate Grey #697F91
RGB
CMYK
RGB Variations
Color information
#697F91 (or 0x697F91) is known color: Slate Grey. HEX triplet: 69, 7F and 91. RGB value is (105,127,145). Sum of RGB (Red+Green+Blue) = 105+127+145=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 145 - color contains mainly: blue. Hex color #697F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697F91 is #96806E. Grayscale: #7A7A7A. Windows color (decimal): -9863279 or 9535337. OLE color: 9535337.
HSL color Cylindrical-coordinate representation of color #697F91: hue angle of 207º 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 #697F91 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 127 | 145 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.43 |
| HSL | 207º | 0.16% | 0.49% | - |
| HSV(B) | 207º | 0.28% | 0.57% | - |
| XYZ | 18.53 | 20.23 | 29.72 | - |
| YUV | 122.47 | 140.71 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 127 | 145 | 0.28 | 0.12 | 0 | 0.43 | 207 | 0.16 | 0.49 |
| Hex | 69 | 7F | 91 | 1C | C | 0 | 2B | CF | 10 | 31 |
| Octal | 151 | 177 | 221 | 34 | 14 | 0 | 53 | 317 | 20 | 61 |
| Binary | 1101001 | 1111111 | 10010001 | 11100 | 1100 | 0 | 101011 | 11001111 | 10000 | 110001 |
Color Harmonies of #697F91
Complementary color
Monochromatic Colors of #697F91
Black with #697F91
Text Example
Text Example
White with #697F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697F91; }
p { color: rgb(105,127,145); }
H1.HeaderClassName
{
color: #697F91;
}
.AnyTagClassName
{
color: #697F91;
}
</style>
background-color css
<style>
a { background-color: #697F91; }
a { background-color: rgb(105,127,145); }
div.DivClassName
{
background-color: #697F91;
}
.BgClassName
{
background-color: #697F91;
}
</style>
border-color css
<style>
span { border-color: #697F91; }
span { border-color: rgb(105,127,145); }
td.TdClassName
{
border-color: #697F91;
}
.TagClassName
{
border-color: #697F91;
}
</style>