Shades of Slate Grey #648099
Tints of Slate Grey #648099
RGB
CMYK
RGB Variations
Color information
#648099 (or 0x648099) is known color: Slate Grey. HEX triplet: 64, 80 and 99. RGB value is (100,128,153). Sum of RGB (Red+Green+Blue) = 100+128+153=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 153 - color contains mainly: blue. Hex color #648099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648099 is #9B7F66. Grayscale: #7A7A7A. Windows color (decimal): -10190695 or 10059876. OLE color: 10059876.
HSL color Cylindrical-coordinate representation of color #648099: hue angle of 208.3º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #648099 is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 100 | 128 | 153 | - |
| CMYK | 0.35 | 0.16 | 0 | 0.4 |
| HSL | 208.3º | 0.21% | 0.5% | - |
| HSV(B) | 208.3º | 0.35% | 0.6% | - |
| XYZ | 18.72 | 20.45 | 33.1 | - |
| YUV | 122.48 | 145.22 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 128 | 153 | 0.35 | 0.16 | 0 | 0.4 | 208.3 | 0.21 | 0.5 |
| Hex | 64 | 80 | 99 | 23 | 10 | 0 | 28 | D0 | 15 | 32 |
| Octal | 144 | 200 | 231 | 43 | 20 | 0 | 50 | 320 | 25 | 62 |
| Binary | 1100100 | 10000000 | 10011001 | 100011 | 10000 | 0 | 101000 | 11010000 | 10101 | 110010 |
Color Harmonies of #648099
Complementary color
Monochromatic Colors of #648099
Black with #648099
Text Example
Text Example
White with #648099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648099; }
p { color: rgb(100,128,153); }
H1.HeaderClassName
{
color: #648099;
}
.AnyTagClassName
{
color: #648099;
}
</style>
background-color css
<style>
a { background-color: #648099; }
a { background-color: rgb(100,128,153); }
div.DivClassName
{
background-color: #648099;
}
.BgClassName
{
background-color: #648099;
}
</style>
border-color css
<style>
span { border-color: #648099; }
span { border-color: rgb(100,128,153); }
td.TdClassName
{
border-color: #648099;
}
.TagClassName
{
border-color: #648099;
}
</style>