Shades of Slate Grey #648198
Tints of Slate Grey #648198
RGB
CMYK
RGB Variations
Color information
#648198 (or 0x648198) is known color: Slate Grey. HEX triplet: 64, 81 and 98. RGB value is (100,129,152). Sum of RGB (Red+Green+Blue) = 100+129+152=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 152 (59.77% from 255 or 39.90% from 381); Max value from RGB is 152 - color contains mainly: blue. Hex color #648198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648198 is #9B7E67. Grayscale: #7A7A7A. Windows color (decimal): -10190440 or 9994596. OLE color: 9994596.
HSL color Cylindrical-coordinate representation of color #648198: hue angle of 206.54º 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 #648198 is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 129 | 152 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.40 |
| HSL | 206.54º | 0.21% | 0.49% | - |
| HSV(B) | 206.54º | 0.34% | 0.6% | - |
| XYZ | 18.77 | 20.68 | 32.71 | - |
| YUV | 122.95 | 144.39 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 129 | 152 | 0.34 | 0.15 | 0 | 0.40 | 206.54 | 0.21 | 0.49 |
| Hex | 64 | 81 | 98 | 22 | F | 0 | 28 | CF | 15 | 31 |
| Octal | 144 | 201 | 230 | 42 | 17 | 0 | 50 | 317 | 25 | 61 |
| Binary | 1100100 | 10000001 | 10011000 | 100010 | 1111 | 0 | 101000 | 11001111 | 10101 | 110001 |
Color Harmonies of #648198
Complementary color
Monochromatic Colors of #648198
Black with #648198
Text Example
Text Example
White with #648198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648198; }
p { color: rgb(100,129,152); }
H1.HeaderClassName
{
color: #648198;
}
.AnyTagClassName
{
color: #648198;
}
</style>
background-color css
<style>
a { background-color: #648198; }
a { background-color: rgb(100,129,152); }
div.DivClassName
{
background-color: #648198;
}
.BgClassName
{
background-color: #648198;
}
</style>
border-color css
<style>
span { border-color: #648198; }
span { border-color: rgb(100,129,152); }
td.TdClassName
{
border-color: #648198;
}
.TagClassName
{
border-color: #648198;
}
</style>