Shades of Slate Grey #63788F
Tints of Slate Grey #63788F
RGB
CMYK
RGB Variations
Color information
#63788F (or 0x63788F) is known color: Slate Grey. HEX triplet: 63, 78 and 8F. RGB value is (99,120,143). Sum of RGB (Red+Green+Blue) = 99+120+143=362 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.35% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 143 - color contains mainly: blue. Hex color #63788F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63788F is #9C8770. Grayscale: #747474. Windows color (decimal): -10258289 or 9402467. OLE color: 9402467.
HSL color Cylindrical-coordinate representation of color #63788F: hue angle of 211.36º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #63788F is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 99 | 120 | 143 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.44 |
| HSL | 211.36º | 0.18% | 0.47% | - |
| HSV(B) | 211.36º | 0.31% | 0.56% | - |
| XYZ | 16.82 | 18.07 | 28.59 | - |
| YUV | 116.34 | 143.04 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 120 | 143 | 0.31 | 0.16 | 0 | 0.44 | 211.36 | 0.18 | 0.47 |
| Hex | 63 | 78 | 8F | 1F | 10 | 0 | 2C | D3 | 12 | 2F |
| Octal | 143 | 170 | 217 | 37 | 20 | 0 | 54 | 323 | 22 | 57 |
| Binary | 1100011 | 1111000 | 10001111 | 11111 | 10000 | 0 | 101100 | 11010011 | 10010 | 101111 |
Color Harmonies of #63788F
Complementary color
Monochromatic Colors of #63788F
Black with #63788F
Text Example
Text Example
White with #63788F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63788F; }
p { color: rgb(99,120,143); }
H1.HeaderClassName
{
color: #63788F;
}
.AnyTagClassName
{
color: #63788F;
}
</style>
background-color css
<style>
a { background-color: #63788F; }
a { background-color: rgb(99,120,143); }
div.DivClassName
{
background-color: #63788F;
}
.BgClassName
{
background-color: #63788F;
}
</style>
border-color css
<style>
span { border-color: #63788F; }
span { border-color: rgb(99,120,143); }
td.TdClassName
{
border-color: #63788F;
}
.TagClassName
{
border-color: #63788F;
}
</style>