Shades of Slate Grey #648299
Tints of Slate Grey #648299
RGB
CMYK
RGB Variations
Color information
#648299 (or 0x648299) is known color: Slate Grey. HEX triplet: 64, 82 and 99. RGB value is (100,130,153). Sum of RGB (Red+Green+Blue) = 100+130+153=383 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.11% from 383); Green value is 130 (51.17% from 255 or 33.94% 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 #648299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648299 is #9B7D66. Grayscale: #7B7B7B. Windows color (decimal): -10190183 or 10060388. OLE color: 10060388.
HSL color Cylindrical-coordinate representation of color #648299: hue angle of 206.04º 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 #648299 is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 100 | 130 | 153 | - |
| CMYK | 0.35 | 0.15 | 0 | 0.4 |
| HSL | 206.04º | 0.21% | 0.5% | - |
| HSV(B) | 206.04º | 0.35% | 0.6% | - |
| XYZ | 18.99 | 20.97 | 33.18 | - |
| YUV | 123.65 | 144.56 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 130 | 153 | 0.35 | 0.15 | 0 | 0.4 | 206.04 | 0.21 | 0.5 |
| Hex | 64 | 82 | 99 | 23 | F | 0 | 28 | CE | 15 | 32 |
| Octal | 144 | 202 | 231 | 43 | 17 | 0 | 50 | 316 | 25 | 62 |
| Binary | 1100100 | 10000010 | 10011001 | 100011 | 1111 | 0 | 101000 | 11001110 | 10101 | 110010 |
Color Harmonies of #648299
Complementary color
Monochromatic Colors of #648299
Black with #648299
Text Example
Text Example
White with #648299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648299; }
p { color: rgb(100,130,153); }
H1.HeaderClassName
{
color: #648299;
}
.AnyTagClassName
{
color: #648299;
}
</style>
background-color css
<style>
a { background-color: #648299; }
a { background-color: rgb(100,130,153); }
div.DivClassName
{
background-color: #648299;
}
.BgClassName
{
background-color: #648299;
}
</style>
border-color css
<style>
span { border-color: #648299; }
span { border-color: rgb(100,130,153); }
td.TdClassName
{
border-color: #648299;
}
.TagClassName
{
border-color: #648299;
}
</style>