Shades of Slate Grey #63819A
Tints of Slate Grey #63819A
RGB
CMYK
RGB Variations
Color information
#63819A (or 0x63819A) is known color: Slate Grey. HEX triplet: 63, 81 and 9A. RGB value is (99,129,154). Sum of RGB (Red+Green+Blue) = 99+129+154=382 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.92% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 154 - color contains mainly: blue. Hex color #63819A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63819A is #9C7E65. Grayscale: #7A7A7A. Windows color (decimal): -10255974 or 10125667. OLE color: 10125667.
HSL color Cylindrical-coordinate representation of color #63819A: hue angle of 207.27º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #63819A is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 99 | 129 | 154 | - |
| CMYK | 0.36 | 0.16 | 0 | 0.40 |
| HSL | 207.27º | 0.22% | 0.5% | - |
| HSV(B) | 207.27º | 0.36% | 0.6% | - |
| XYZ | 18.83 | 20.69 | 33.57 | - |
| YUV | 122.88 | 145.56 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 129 | 154 | 0.36 | 0.16 | 0 | 0.40 | 207.27 | 0.22 | 0.5 |
| Hex | 63 | 81 | 9A | 24 | 10 | 0 | 28 | CF | 16 | 32 |
| Octal | 143 | 201 | 232 | 44 | 20 | 0 | 50 | 317 | 26 | 62 |
| Binary | 1100011 | 10000001 | 10011010 | 100100 | 10000 | 0 | 101000 | 11001111 | 10110 | 110010 |
Color Harmonies of #63819A
Complementary color
Monochromatic Colors of #63819A
Black with #63819A
Text Example
Text Example
White with #63819A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63819A; }
p { color: rgb(99,129,154); }
H1.HeaderClassName
{
color: #63819A;
}
.AnyTagClassName
{
color: #63819A;
}
</style>
background-color css
<style>
a { background-color: #63819A; }
a { background-color: rgb(99,129,154); }
div.DivClassName
{
background-color: #63819A;
}
.BgClassName
{
background-color: #63819A;
}
</style>
border-color css
<style>
span { border-color: #63819A; }
span { border-color: rgb(99,129,154); }
td.TdClassName
{
border-color: #63819A;
}
.TagClassName
{
border-color: #63819A;
}
</style>