Shades of Slate Grey #697EA0
Tints of Slate Grey #697EA0
RGB
CMYK
RGB Variations
Color information
#697EA0 (or 0x697EA0) is known color: Slate Grey. HEX triplet: 69, 7E and A0. RGB value is (105,126,160). Sum of RGB (Red+Green+Blue) = 105+126+160=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 160 (62.89% from 255 or 40.92% from 391); Max value from RGB is 160 - color contains mainly: blue. Hex color #697EA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697EA0 is #96815F. Grayscale: #7B7B7B. Windows color (decimal): -9863520 or 10518121. OLE color: 10518121.
HSL color Cylindrical-coordinate representation of color #697EA0: hue angle of 217.09º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #697EA0 is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 105 | 126 | 160 | - |
| CMYK | 0.34 | 0.21 | 0 | 0.37 |
| HSL | 217.09º | 0.22% | 0.52% | - |
| HSV(B) | 217.09º | 0.34% | 0.63% | - |
| XYZ | 19.63 | 20.46 | 36.17 | - |
| YUV | 123.6 | 148.54 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 126 | 160 | 0.34 | 0.21 | 0 | 0.37 | 217.09 | 0.22 | 0.52 |
| Hex | 69 | 7E | A0 | 22 | 15 | 0 | 25 | D9 | 16 | 34 |
| Octal | 151 | 176 | 240 | 42 | 25 | 0 | 45 | 331 | 26 | 64 |
| Binary | 1101001 | 1111110 | 10100000 | 100010 | 10101 | 0 | 100101 | 11011001 | 10110 | 110100 |
Color Harmonies of #697EA0
Complementary color
Monochromatic Colors of #697EA0
Black with #697EA0
Text Example
Text Example
White with #697EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697EA0; }
p { color: rgb(105,126,160); }
H1.HeaderClassName
{
color: #697EA0;
}
.AnyTagClassName
{
color: #697EA0;
}
</style>
background-color css
<style>
a { background-color: #697EA0; }
a { background-color: rgb(105,126,160); }
div.DivClassName
{
background-color: #697EA0;
}
.BgClassName
{
background-color: #697EA0;
}
</style>
border-color css
<style>
span { border-color: #697EA0; }
span { border-color: rgb(105,126,160); }
td.TdClassName
{
border-color: #697EA0;
}
.TagClassName
{
border-color: #697EA0;
}
</style>