Shades of Slate Grey #697DA1
Tints of Slate Grey #697DA1
RGB
CMYK
RGB Variations
Color information
#697DA1 (or 0x697DA1) is known color: Slate Grey. HEX triplet: 69, 7D and A1. RGB value is (105,125,161). Sum of RGB (Red+Green+Blue) = 105+125+161=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 161 (63.28% from 255 or 41.18% from 391); Max value from RGB is 161 - color contains mainly: blue. Hex color #697DA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697DA1 is #96825E. Grayscale: #7A7A7A. Windows color (decimal): -9863775 or 10583401. OLE color: 10583401.
HSL color Cylindrical-coordinate representation of color #697DA1: hue angle of 218.57º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #697DA1 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 105 | 125 | 161 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.37 |
| HSL | 218.57º | 0.23% | 0.52% | - |
| HSV(B) | 218.57º | 0.35% | 0.63% | - |
| XYZ | 19.59 | 20.24 | 36.59 | - |
| YUV | 123.12 | 149.37 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 125 | 161 | 0.35 | 0.22 | 0 | 0.37 | 218.57 | 0.23 | 0.52 |
| Hex | 69 | 7D | A1 | 23 | 16 | 0 | 25 | DB | 17 | 34 |
| Octal | 151 | 175 | 241 | 43 | 26 | 0 | 45 | 333 | 27 | 64 |
| Binary | 1101001 | 1111101 | 10100001 | 100011 | 10110 | 0 | 100101 | 11011011 | 10111 | 110100 |
Color Harmonies of #697DA1
Complementary color
Monochromatic Colors of #697DA1
Black with #697DA1
Text Example
Text Example
White with #697DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697DA1; }
p { color: rgb(105,125,161); }
H1.HeaderClassName
{
color: #697DA1;
}
.AnyTagClassName
{
color: #697DA1;
}
</style>
background-color css
<style>
a { background-color: #697DA1; }
a { background-color: rgb(105,125,161); }
div.DivClassName
{
background-color: #697DA1;
}
.BgClassName
{
background-color: #697DA1;
}
</style>
border-color css
<style>
span { border-color: #697DA1; }
span { border-color: rgb(105,125,161); }
td.TdClassName
{
border-color: #697DA1;
}
.TagClassName
{
border-color: #697DA1;
}
</style>