Shades of Slate Grey #697CA0
Tints of Slate Grey #697CA0
RGB
CMYK
RGB Variations
Color information
#697CA0 (or 0x697CA0) is known color: Slate Grey. HEX triplet: 69, 7C and A0. RGB value is (105,124,160). Sum of RGB (Red+Green+Blue) = 105+124+160=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 160 (62.89% from 255 or 41.13% from 389); Max value from RGB is 160 - color contains mainly: blue. Hex color #697CA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697CA0 is #96835F. Grayscale: #7A7A7A. Windows color (decimal): -9864032 or 10517609. OLE color: 10517609.
HSL color Cylindrical-coordinate representation of color #697CA0: hue angle of 219.27º 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 #697CA0 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 105 | 124 | 160 | - |
| CMYK | 0.34 | 0.22 | 0 | 0.37 |
| HSL | 219.27º | 0.22% | 0.52% | - |
| HSV(B) | 219.27º | 0.34% | 0.63% | - |
| XYZ | 19.38 | 19.96 | 36.09 | - |
| YUV | 122.42 | 149.21 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 124 | 160 | 0.34 | 0.22 | 0 | 0.37 | 219.27 | 0.22 | 0.52 |
| Hex | 69 | 7C | A0 | 22 | 16 | 0 | 25 | DB | 16 | 34 |
| Octal | 151 | 174 | 240 | 42 | 26 | 0 | 45 | 333 | 26 | 64 |
| Binary | 1101001 | 1111100 | 10100000 | 100010 | 10110 | 0 | 100101 | 11011011 | 10110 | 110100 |
Color Harmonies of #697CA0
Complementary color
Monochromatic Colors of #697CA0
Black with #697CA0
Text Example
Text Example
White with #697CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697CA0; }
p { color: rgb(105,124,160); }
H1.HeaderClassName
{
color: #697CA0;
}
.AnyTagClassName
{
color: #697CA0;
}
</style>
background-color css
<style>
a { background-color: #697CA0; }
a { background-color: rgb(105,124,160); }
div.DivClassName
{
background-color: #697CA0;
}
.BgClassName
{
background-color: #697CA0;
}
</style>
border-color css
<style>
span { border-color: #697CA0; }
span { border-color: rgb(105,124,160); }
td.TdClassName
{
border-color: #697CA0;
}
.TagClassName
{
border-color: #697CA0;
}
</style>