Shades of Raven #63717E
Tints of Raven #63717E
RGB
CMYK
RGB Variations
Color information
#63717E (or 0x63717E) is known color: Raven. HEX triplet: 63, 71 and 7E. RGB value is (99,113,126). Sum of RGB (Red+Green+Blue) = 99+113+126=338 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.29% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 126 - color contains mainly: blue. Hex color #63717E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63717E is #9C8E81. Grayscale: #6E6E6E. Windows color (decimal): -10260098 or 8286563. OLE color: 8286563.
HSL color Cylindrical-coordinate representation of color #63717E: hue angle of 208.89º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #63717E is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 113 | 126 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.51 |
| HSL | 208.89º | 0.12% | 0.44% | - |
| HSV(B) | 208.89º | 0.21% | 0.49% | - |
| XYZ | 14.82 | 15.97 | 22.04 | - |
| YUV | 110.3 | 136.86 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 113 | 126 | 0.21 | 0.10 | 0 | 0.51 | 208.89 | 0.12 | 0.44 |
| Hex | 63 | 71 | 7E | 15 | A | 0 | 33 | D1 | C | 2C |
| Octal | 143 | 161 | 176 | 25 | 12 | 0 | 63 | 321 | 14 | 54 |
| Binary | 1100011 | 1110001 | 1111110 | 10101 | 1010 | 0 | 110011 | 11010001 | 1100 | 101100 |
Color Harmonies of #63717E
Complementary color
Monochromatic Colors of #63717E
Black with #63717E
Text Example
Text Example
White with #63717E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63717E; }
p { color: rgb(99,113,126); }
H1.HeaderClassName
{
color: #63717E;
}
.AnyTagClassName
{
color: #63717E;
}
</style>
background-color css
<style>
a { background-color: #63717E; }
a { background-color: rgb(99,113,126); }
div.DivClassName
{
background-color: #63717E;
}
.BgClassName
{
background-color: #63717E;
}
</style>
border-color css
<style>
span { border-color: #63717E; }
span { border-color: rgb(99,113,126); }
td.TdClassName
{
border-color: #63717E;
}
.TagClassName
{
border-color: #63717E;
}
</style>