Shades of Slate Grey #698297
Tints of Slate Grey #698297
RGB
CMYK
RGB Variations
Color information
#698297 (or 0x698297) is known color: Slate Grey. HEX triplet: 69, 82 and 97. RGB value is (105,130,151). Sum of RGB (Red+Green+Blue) = 105+130+151=386 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.20% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 151 (59.38% from 255 or 39.12% from 386); Max value from RGB is 151 - color contains mainly: blue. Hex color #698297 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698297 is #967D68. Grayscale: #7C7C7C. Windows color (decimal): -9862505 or 9929321. OLE color: 9929321.
HSL color Cylindrical-coordinate representation of color #698297: hue angle of 207.39º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #698297 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 130 | 151 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.41 |
| HSL | 207.39º | 0.18% | 0.5% | - |
| HSV(B) | 207.39º | 0.3% | 0.59% | - |
| XYZ | 19.39 | 21.2 | 32.35 | - |
| YUV | 124.92 | 142.72 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 130 | 151 | 0.30 | 0.14 | 0 | 0.41 | 207.39 | 0.18 | 0.5 |
| Hex | 69 | 82 | 97 | 1E | E | 0 | 29 | CF | 12 | 32 |
| Octal | 151 | 202 | 227 | 36 | 16 | 0 | 51 | 317 | 22 | 62 |
| Binary | 1101001 | 10000010 | 10010111 | 11110 | 1110 | 0 | 101001 | 11001111 | 10010 | 110010 |
Color Harmonies of #698297
Complementary color
Monochromatic Colors of #698297
Black with #698297
Text Example
Text Example
White with #698297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698297; }
p { color: rgb(105,130,151); }
H1.HeaderClassName
{
color: #698297;
}
.AnyTagClassName
{
color: #698297;
}
</style>
background-color css
<style>
a { background-color: #698297; }
a { background-color: rgb(105,130,151); }
div.DivClassName
{
background-color: #698297;
}
.BgClassName
{
background-color: #698297;
}
</style>
border-color css
<style>
span { border-color: #698297; }
span { border-color: rgb(105,130,151); }
td.TdClassName
{
border-color: #698297;
}
.TagClassName
{
border-color: #698297;
}
</style>