Shades of Slate Grey #697C99
Tints of Slate Grey #697C99
RGB
CMYK
RGB Variations
Color information
#697C99 (or 0x697C99) is known color: Slate Grey. HEX triplet: 69, 7C and 99. RGB value is (105,124,153). Sum of RGB (Red+Green+Blue) = 105+124+153=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 153 - color contains mainly: blue. Hex color #697C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697C99 is #968366. Grayscale: #797979. Windows color (decimal): -9864039 or 10058857. OLE color: 10058857.
HSL color Cylindrical-coordinate representation of color #697C99: hue angle of 216.25º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #697C99 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 105 | 124 | 153 | - |
| CMYK | 0.31 | 0.19 | 0 | 0.4 |
| HSL | 216.25º | 0.19% | 0.51% | - |
| HSV(B) | 216.25º | 0.31% | 0.6% | - |
| XYZ | 18.78 | 19.72 | 32.95 | - |
| YUV | 121.63 | 145.71 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 124 | 153 | 0.31 | 0.19 | 0 | 0.4 | 216.25 | 0.19 | 0.51 |
| Hex | 69 | 7C | 99 | 1F | 13 | 0 | 28 | D8 | 13 | 33 |
| Octal | 151 | 174 | 231 | 37 | 23 | 0 | 50 | 330 | 23 | 63 |
| Binary | 1101001 | 1111100 | 10011001 | 11111 | 10011 | 0 | 101000 | 11011000 | 10011 | 110011 |
Color Harmonies of #697C99
Complementary color
Monochromatic Colors of #697C99
Black with #697C99
Text Example
Text Example
White with #697C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697C99; }
p { color: rgb(105,124,153); }
H1.HeaderClassName
{
color: #697C99;
}
.AnyTagClassName
{
color: #697C99;
}
</style>
background-color css
<style>
a { background-color: #697C99; }
a { background-color: rgb(105,124,153); }
div.DivClassName
{
background-color: #697C99;
}
.BgClassName
{
background-color: #697C99;
}
</style>
border-color css
<style>
span { border-color: #697C99; }
span { border-color: rgb(105,124,153); }
td.TdClassName
{
border-color: #697C99;
}
.TagClassName
{
border-color: #697C99;
}
</style>