Shades of Slate Grey #63809C
Tints of Slate Grey #63809C
RGB
CMYK
RGB Variations
Color information
#63809C (or 0x63809C) is known color: Slate Grey. HEX triplet: 63, 80 and 9C. RGB value is (99,128,156). Sum of RGB (Red+Green+Blue) = 99+128+156=383 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.85% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 156 - color contains mainly: blue. Hex color #63809C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63809C is #9C7F63. Grayscale: #7A7A7A. Windows color (decimal): -10256228 or 10256483. OLE color: 10256483.
HSL color Cylindrical-coordinate representation of color #63809C: hue angle of 209.47º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63809C is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 128 | 156 | - |
| CMYK | 0.37 | 0.18 | 0 | 0.39 |
| HSL | 209.47º | 0.22% | 0.5% | - |
| HSV(B) | 209.47º | 0.37% | 0.61% | - |
| XYZ | 18.87 | 20.49 | 34.41 | - |
| YUV | 122.52 | 146.89 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 128 | 156 | 0.37 | 0.18 | 0 | 0.39 | 209.47 | 0.22 | 0.5 |
| Hex | 63 | 80 | 9C | 25 | 12 | 0 | 27 | D1 | 16 | 32 |
| Octal | 143 | 200 | 234 | 45 | 22 | 0 | 47 | 321 | 26 | 62 |
| Binary | 1100011 | 10000000 | 10011100 | 100101 | 10010 | 0 | 100111 | 11010001 | 10110 | 110010 |
Color Harmonies of #63809C
Complementary color
Monochromatic Colors of #63809C
Black with #63809C
Text Example
Text Example
White with #63809C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63809C; }
p { color: rgb(99,128,156); }
H1.HeaderClassName
{
color: #63809C;
}
.AnyTagClassName
{
color: #63809C;
}
</style>
background-color css
<style>
a { background-color: #63809C; }
a { background-color: rgb(99,128,156); }
div.DivClassName
{
background-color: #63809C;
}
.BgClassName
{
background-color: #63809C;
}
</style>
border-color css
<style>
span { border-color: #63809C; }
span { border-color: rgb(99,128,156); }
td.TdClassName
{
border-color: #63809C;
}
.TagClassName
{
border-color: #63809C;
}
</style>