Shades of Slate Grey #698096
Tints of Slate Grey #698096
RGB
CMYK
RGB Variations
Color information
#698096 (or 0x698096) is known color: Slate Grey. HEX triplet: 69, 80 and 96. RGB value is (105,128,150). Sum of RGB (Red+Green+Blue) = 105+128+150=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 150 - color contains mainly: blue. Hex color #698096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698096 is #967F69. Grayscale: #7B7B7B. Windows color (decimal): -9863018 or 9863273. OLE color: 9863273.
HSL color Cylindrical-coordinate representation of color #698096: hue angle of 209.33º 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 #698096 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 128 | 150 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.41 |
| HSL | 209.33º | 0.18% | 0.5% | - |
| HSV(B) | 209.33º | 0.3% | 0.59% | - |
| XYZ | 19.05 | 20.64 | 31.83 | - |
| YUV | 123.63 | 142.88 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 128 | 150 | 0.30 | 0.15 | 0 | 0.41 | 209.33 | 0.18 | 0.5 |
| Hex | 69 | 80 | 96 | 1E | F | 0 | 29 | D1 | 12 | 32 |
| Octal | 151 | 200 | 226 | 36 | 17 | 0 | 51 | 321 | 22 | 62 |
| Binary | 1101001 | 10000000 | 10010110 | 11110 | 1111 | 0 | 101001 | 11010001 | 10010 | 110010 |
Color Harmonies of #698096
Complementary color
Monochromatic Colors of #698096
Black with #698096
Text Example
Text Example
White with #698096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698096; }
p { color: rgb(105,128,150); }
H1.HeaderClassName
{
color: #698096;
}
.AnyTagClassName
{
color: #698096;
}
</style>
background-color css
<style>
a { background-color: #698096; }
a { background-color: rgb(105,128,150); }
div.DivClassName
{
background-color: #698096;
}
.BgClassName
{
background-color: #698096;
}
</style>
border-color css
<style>
span { border-color: #698096; }
span { border-color: rgb(105,128,150); }
td.TdClassName
{
border-color: #698096;
}
.TagClassName
{
border-color: #698096;
}
</style>