Shades of Slate Grey #698098
Tints of Slate Grey #698098
RGB
CMYK
RGB Variations
Color information
#698098 (or 0x698098) is known color: Slate Grey. HEX triplet: 69, 80 and 98. RGB value is (105,128,152). Sum of RGB (Red+Green+Blue) = 105+128+152=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 152 - color contains mainly: blue. Hex color #698098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698098 is #967F67. Grayscale: #7B7B7B. Windows color (decimal): -9863016 or 9994345. OLE color: 9994345.
HSL color Cylindrical-coordinate representation of color #698098: hue angle of 210.64º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #698098 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 105 | 128 | 152 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.40 |
| HSL | 210.64º | 0.19% | 0.5% | - |
| HSV(B) | 210.64º | 0.31% | 0.6% | - |
| XYZ | 19.21 | 20.71 | 32.69 | - |
| YUV | 123.86 | 143.88 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 128 | 152 | 0.31 | 0.16 | 0 | 0.40 | 210.64 | 0.19 | 0.5 |
| Hex | 69 | 80 | 98 | 1F | 10 | 0 | 28 | D3 | 13 | 32 |
| Octal | 151 | 200 | 230 | 37 | 20 | 0 | 50 | 323 | 23 | 62 |
| Binary | 1101001 | 10000000 | 10011000 | 11111 | 10000 | 0 | 101000 | 11010011 | 10011 | 110010 |
Color Harmonies of #698098
Complementary color
Monochromatic Colors of #698098
Black with #698098
Text Example
Text Example
White with #698098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698098; }
p { color: rgb(105,128,152); }
H1.HeaderClassName
{
color: #698098;
}
.AnyTagClassName
{
color: #698098;
}
</style>
background-color css
<style>
a { background-color: #698098; }
a { background-color: rgb(105,128,152); }
div.DivClassName
{
background-color: #698098;
}
.BgClassName
{
background-color: #698098;
}
</style>
border-color css
<style>
span { border-color: #698098; }
span { border-color: rgb(105,128,152); }
td.TdClassName
{
border-color: #698098;
}
.TagClassName
{
border-color: #698098;
}
</style>