Shades of Slate Grey #697789
Tints of Slate Grey #697789
RGB
CMYK
RGB Variations
Color information
#697789 (or 0x697789) is known color: Slate Grey. HEX triplet: 69, 77 and 89. RGB value is (105,119,137). Sum of RGB (Red+Green+Blue) = 105+119+137=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 137 - color contains mainly: blue. Hex color #697789 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697789 is #968876. Grayscale: #747474. Windows color (decimal): -9865335 or 9009001. OLE color: 9009001.
HSL color Cylindrical-coordinate representation of color #697789: hue angle of 213.75º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #697789 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 119 | 137 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.46 |
| HSL | 213.75º | 0.13% | 0.47% | - |
| HSV(B) | 213.75º | 0.23% | 0.54% | - |
| XYZ | 16.94 | 18 | 26.25 | - |
| YUV | 116.87 | 139.36 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 119 | 137 | 0.23 | 0.13 | 0 | 0.46 | 213.75 | 0.13 | 0.47 |
| Hex | 69 | 77 | 89 | 17 | D | 0 | 2E | D6 | D | 2F |
| Octal | 151 | 167 | 211 | 27 | 15 | 0 | 56 | 326 | 15 | 57 |
| Binary | 1101001 | 1110111 | 10001001 | 10111 | 1101 | 0 | 101110 | 11010110 | 1101 | 101111 |
Color Harmonies of #697789
Complementary color
Monochromatic Colors of #697789
Black with #697789
Text Example
Text Example
White with #697789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697789; }
p { color: rgb(105,119,137); }
H1.HeaderClassName
{
color: #697789;
}
.AnyTagClassName
{
color: #697789;
}
</style>
background-color css
<style>
a { background-color: #697789; }
a { background-color: rgb(105,119,137); }
div.DivClassName
{
background-color: #697789;
}
.BgClassName
{
background-color: #697789;
}
</style>
border-color css
<style>
span { border-color: #697789; }
span { border-color: rgb(105,119,137); }
td.TdClassName
{
border-color: #697789;
}
.TagClassName
{
border-color: #697789;
}
</style>