Shades of Slate Grey #658099
Tints of Slate Grey #658099
RGB
CMYK
RGB Variations
Color information
#658099 (or 0x658099) is known color: Slate Grey. HEX triplet: 65, 80 and 99. RGB value is (101,128,153). Sum of RGB (Red+Green+Blue) = 101+128+153=382 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.44% from 382); Green value is 128 (50.39% from 255 or 33.51% 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 #658099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658099 is #9A7F66. Grayscale: #7A7A7A. Windows color (decimal): -10125159 or 10059877. OLE color: 10059877.
HSL color Cylindrical-coordinate representation of color #658099: hue angle of 208.85º 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 #658099 is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 101 | 128 | 153 | - |
| CMYK | 0.34 | 0.16 | 0 | 0.4 |
| HSL | 208.85º | 0.2% | 0.5% | - |
| HSV(B) | 208.85º | 0.34% | 0.6% | - |
| XYZ | 18.84 | 20.5 | 33.1 | - |
| YUV | 122.78 | 145.05 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 128 | 153 | 0.34 | 0.16 | 0 | 0.4 | 208.85 | 0.2 | 0.5 |
| Hex | 65 | 80 | 99 | 22 | 10 | 0 | 28 | D1 | 14 | 32 |
| Octal | 145 | 200 | 231 | 42 | 20 | 0 | 50 | 321 | 24 | 62 |
| Binary | 1100101 | 10000000 | 10011001 | 100010 | 10000 | 0 | 101000 | 11010001 | 10100 | 110010 |
Color Harmonies of #658099
Complementary color
Monochromatic Colors of #658099
Black with #658099
Text Example
Text Example
White with #658099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658099; }
p { color: rgb(101,128,153); }
H1.HeaderClassName
{
color: #658099;
}
.AnyTagClassName
{
color: #658099;
}
</style>
background-color css
<style>
a { background-color: #658099; }
a { background-color: rgb(101,128,153); }
div.DivClassName
{
background-color: #658099;
}
.BgClassName
{
background-color: #658099;
}
</style>
border-color css
<style>
span { border-color: #658099; }
span { border-color: rgb(101,128,153); }
td.TdClassName
{
border-color: #658099;
}
.TagClassName
{
border-color: #658099;
}
</style>