Shades of Slate Grey #658199
Tints of Slate Grey #658199
RGB
CMYK
RGB Variations
Color information
#658199 (or 0x658199) is known color: Slate Grey. HEX triplet: 65, 81 and 99. RGB value is (101,129,153). Sum of RGB (Red+Green+Blue) = 101+129+153=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 153 - color contains mainly: blue. Hex color #658199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658199 is #9A7E66. Grayscale: #7B7B7B. Windows color (decimal): -10124903 or 10060133. OLE color: 10060133.
HSL color Cylindrical-coordinate representation of color #658199: hue angle of 207.69º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #658199 is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 101 | 129 | 153 | - |
| CMYK | 0.34 | 0.16 | 0 | 0.4 |
| HSL | 207.69º | 0.2% | 0.5% | - |
| HSV(B) | 207.69º | 0.34% | 0.6% | - |
| XYZ | 18.97 | 20.77 | 33.15 | - |
| YUV | 123.36 | 144.72 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 129 | 153 | 0.34 | 0.16 | 0 | 0.4 | 207.69 | 0.2 | 0.5 |
| Hex | 65 | 81 | 99 | 22 | 10 | 0 | 28 | D0 | 14 | 32 |
| Octal | 145 | 201 | 231 | 42 | 20 | 0 | 50 | 320 | 24 | 62 |
| Binary | 1100101 | 10000001 | 10011001 | 100010 | 10000 | 0 | 101000 | 11010000 | 10100 | 110010 |
Color Harmonies of #658199
Complementary color
Monochromatic Colors of #658199
Black with #658199
Text Example
Text Example
White with #658199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658199; }
p { color: rgb(101,129,153); }
H1.HeaderClassName
{
color: #658199;
}
.AnyTagClassName
{
color: #658199;
}
</style>
background-color css
<style>
a { background-color: #658199; }
a { background-color: rgb(101,129,153); }
div.DivClassName
{
background-color: #658199;
}
.BgClassName
{
background-color: #658199;
}
</style>
border-color css
<style>
span { border-color: #658199; }
span { border-color: rgb(101,129,153); }
td.TdClassName
{
border-color: #658199;
}
.TagClassName
{
border-color: #658199;
}
</style>