Shades of Slate Grey #648098
Tints of Slate Grey #648098
RGB
CMYK
RGB Variations
Color information
#648098 (or 0x648098) is known color: Slate Grey. HEX triplet: 64, 80 and 98. RGB value is (100,128,152). Sum of RGB (Red+Green+Blue) = 100+128+152=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 152 (59.77% from 255 or 40% from 380); Max value from RGB is 152 - color contains mainly: blue. Hex color #648098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648098 is #9B7F67. Grayscale: #7A7A7A. Windows color (decimal): -10190696 or 9994340. OLE color: 9994340.
HSL color Cylindrical-coordinate representation of color #648098: hue angle of 207.69º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #648098 is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 128 | 152 | - |
| CMYK | 0.34 | 0.16 | 0 | 0.40 |
| HSL | 207.69º | 0.21% | 0.49% | - |
| HSV(B) | 207.69º | 0.34% | 0.6% | - |
| XYZ | 18.64 | 20.41 | 32.66 | - |
| YUV | 122.36 | 144.72 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 128 | 152 | 0.34 | 0.16 | 0 | 0.40 | 207.69 | 0.21 | 0.49 |
| Hex | 64 | 80 | 98 | 22 | 10 | 0 | 28 | D0 | 15 | 31 |
| Octal | 144 | 200 | 230 | 42 | 20 | 0 | 50 | 320 | 25 | 61 |
| Binary | 1100100 | 10000000 | 10011000 | 100010 | 10000 | 0 | 101000 | 11010000 | 10101 | 110001 |
Color Harmonies of #648098
Complementary color
Monochromatic Colors of #648098
Black with #648098
Text Example
Text Example
White with #648098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648098; }
p { color: rgb(100,128,152); }
H1.HeaderClassName
{
color: #648098;
}
.AnyTagClassName
{
color: #648098;
}
</style>
background-color css
<style>
a { background-color: #648098; }
a { background-color: rgb(100,128,152); }
div.DivClassName
{
background-color: #648098;
}
.BgClassName
{
background-color: #648098;
}
</style>
border-color css
<style>
span { border-color: #648098; }
span { border-color: rgb(100,128,152); }
td.TdClassName
{
border-color: #648098;
}
.TagClassName
{
border-color: #648098;
}
</style>