Shades of Slate Grey #697DA0
Tints of Slate Grey #697DA0
RGB
CMYK
RGB Variations
Color information
#697DA0 (or 0x697DA0) is known color: Slate Grey. HEX triplet: 69, 7D and A0. RGB value is (105,125,160). Sum of RGB (Red+Green+Blue) = 105+125+160=390 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.92% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 160 (62.89% from 255 or 41.03% from 390); Max value from RGB is 160 - color contains mainly: blue. Hex color #697DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697DA0 is #96825F. Grayscale: #7A7A7A. Windows color (decimal): -9863776 or 10517865. OLE color: 10517865.
HSL color Cylindrical-coordinate representation of color #697DA0: hue angle of 218.18º 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 #697DA0 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 105 | 125 | 160 | - |
| CMYK | 0.34 | 0.22 | 0 | 0.37 |
| HSL | 218.18º | 0.22% | 0.52% | - |
| HSV(B) | 218.18º | 0.34% | 0.63% | - |
| XYZ | 19.5 | 20.21 | 36.13 | - |
| YUV | 123.01 | 148.87 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 125 | 160 | 0.34 | 0.22 | 0 | 0.37 | 218.18 | 0.22 | 0.52 |
| Hex | 69 | 7D | A0 | 22 | 16 | 0 | 25 | DA | 16 | 34 |
| Octal | 151 | 175 | 240 | 42 | 26 | 0 | 45 | 332 | 26 | 64 |
| Binary | 1101001 | 1111101 | 10100000 | 100010 | 10110 | 0 | 100101 | 11011010 | 10110 | 110100 |
Color Harmonies of #697DA0
Complementary color
Monochromatic Colors of #697DA0
Black with #697DA0
Text Example
Text Example
White with #697DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697DA0; }
p { color: rgb(105,125,160); }
H1.HeaderClassName
{
color: #697DA0;
}
.AnyTagClassName
{
color: #697DA0;
}
</style>
background-color css
<style>
a { background-color: #697DA0; }
a { background-color: rgb(105,125,160); }
div.DivClassName
{
background-color: #697DA0;
}
.BgClassName
{
background-color: #697DA0;
}
</style>
border-color css
<style>
span { border-color: #697DA0; }
span { border-color: rgb(105,125,160); }
td.TdClassName
{
border-color: #697DA0;
}
.TagClassName
{
border-color: #697DA0;
}
</style>