Shades of Slate Grey #697894
Tints of Slate Grey #697894
RGB
CMYK
RGB Variations
Color information
#697894 (or 0x697894) is known color: Slate Grey. HEX triplet: 69, 78 and 94. RGB value is (105,120,148). Sum of RGB (Red+Green+Blue) = 105+120+148=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 148 - color contains mainly: blue. Hex color #697894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697894 is #96876B. Grayscale: #767676. Windows color (decimal): -9865068 or 9730153. OLE color: 9730153.
HSL color Cylindrical-coordinate representation of color #697894: hue angle of 219.07º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #697894 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 120 | 148 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.42 |
| HSL | 219.07º | 0.17% | 0.5% | - |
| HSV(B) | 219.07º | 0.29% | 0.58% | - |
| XYZ | 17.89 | 18.57 | 30.66 | - |
| YUV | 118.71 | 144.53 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 120 | 148 | 0.29 | 0.19 | 0 | 0.42 | 219.07 | 0.17 | 0.5 |
| Hex | 69 | 78 | 94 | 1D | 13 | 0 | 2A | DB | 11 | 32 |
| Octal | 151 | 170 | 224 | 35 | 23 | 0 | 52 | 333 | 21 | 62 |
| Binary | 1101001 | 1111000 | 10010100 | 11101 | 10011 | 0 | 101010 | 11011011 | 10001 | 110010 |
Color Harmonies of #697894
Complementary color
Monochromatic Colors of #697894
Black with #697894
Text Example
Text Example
White with #697894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697894; }
p { color: rgb(105,120,148); }
H1.HeaderClassName
{
color: #697894;
}
.AnyTagClassName
{
color: #697894;
}
</style>
background-color css
<style>
a { background-color: #697894; }
a { background-color: rgb(105,120,148); }
div.DivClassName
{
background-color: #697894;
}
.BgClassName
{
background-color: #697894;
}
</style>
border-color css
<style>
span { border-color: #697894; }
span { border-color: rgb(105,120,148); }
td.TdClassName
{
border-color: #697894;
}
.TagClassName
{
border-color: #697894;
}
</style>