Shades of Slate Grey #697C9E
Tints of Slate Grey #697C9E
RGB
CMYK
RGB Variations
Color information
#697C9E (or 0x697C9E) is known color: Slate Grey. HEX triplet: 69, 7C and 9E. RGB value is (105,124,158). Sum of RGB (Red+Green+Blue) = 105+124+158=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 158 - color contains mainly: blue. Hex color #697C9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697C9E is #968361. Grayscale: #7A7A7A. Windows color (decimal): -9864034 or 10386537. OLE color: 10386537.
HSL color Cylindrical-coordinate representation of color #697C9E: hue angle of 218.49º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #697C9E is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 124 | 158 | - |
| CMYK | 0.34 | 0.22 | 0 | 0.38 |
| HSL | 218.49º | 0.21% | 0.52% | - |
| HSV(B) | 218.49º | 0.34% | 0.62% | - |
| XYZ | 19.2 | 19.89 | 35.17 | - |
| YUV | 122.2 | 148.21 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 124 | 158 | 0.34 | 0.22 | 0 | 0.38 | 218.49 | 0.21 | 0.52 |
| Hex | 69 | 7C | 9E | 22 | 16 | 0 | 26 | DA | 15 | 34 |
| Octal | 151 | 174 | 236 | 42 | 26 | 0 | 46 | 332 | 25 | 64 |
| Binary | 1101001 | 1111100 | 10011110 | 100010 | 10110 | 0 | 100110 | 11011010 | 10101 | 110100 |
Color Harmonies of #697C9E
Complementary color
Monochromatic Colors of #697C9E
Black with #697C9E
Text Example
Text Example
White with #697C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697C9E; }
p { color: rgb(105,124,158); }
H1.HeaderClassName
{
color: #697C9E;
}
.AnyTagClassName
{
color: #697C9E;
}
</style>
background-color css
<style>
a { background-color: #697C9E; }
a { background-color: rgb(105,124,158); }
div.DivClassName
{
background-color: #697C9E;
}
.BgClassName
{
background-color: #697C9E;
}
</style>
border-color css
<style>
span { border-color: #697C9E; }
span { border-color: rgb(105,124,158); }
td.TdClassName
{
border-color: #697C9E;
}
.TagClassName
{
border-color: #697C9E;
}
</style>