Shades of Raven #63707D
Tints of Raven #63707D
RGB
CMYK
RGB Variations
Color information
#63707D (or 0x63707D) is known color: Raven. HEX triplet: 63, 70 and 7D. RGB value is (99,112,125). Sum of RGB (Red+Green+Blue) = 99+112+125=336 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.46% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 125 - color contains mainly: blue. Hex color #63707D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63707D is #9C8F82. Grayscale: #6D6D6D. Windows color (decimal): -10260355 or 8220771. OLE color: 8220771.
HSL color Cylindrical-coordinate representation of color #63707D: hue angle of 210º 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 #63707D is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 112 | 125 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.51 |
| HSL | 210º | 0.12% | 0.44% | - |
| HSV(B) | 210º | 0.21% | 0.49% | - |
| XYZ | 14.64 | 15.72 | 21.66 | - |
| YUV | 109.6 | 136.69 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 112 | 125 | 0.21 | 0.10 | 0 | 0.51 | 210 | 0.12 | 0.44 |
| Hex | 63 | 70 | 7D | 15 | A | 0 | 33 | D2 | C | 2C |
| Octal | 143 | 160 | 175 | 25 | 12 | 0 | 63 | 322 | 14 | 54 |
| Binary | 1100011 | 1110000 | 1111101 | 10101 | 1010 | 0 | 110011 | 11010010 | 1100 | 101100 |
Color Harmonies of #63707D
Complementary color
Monochromatic Colors of #63707D
Black with #63707D
Text Example
Text Example
White with #63707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63707D; }
p { color: rgb(99,112,125); }
H1.HeaderClassName
{
color: #63707D;
}
.AnyTagClassName
{
color: #63707D;
}
</style>
background-color css
<style>
a { background-color: #63707D; }
a { background-color: rgb(99,112,125); }
div.DivClassName
{
background-color: #63707D;
}
.BgClassName
{
background-color: #63707D;
}
</style>
border-color css
<style>
span { border-color: #63707D; }
span { border-color: rgb(99,112,125); }
td.TdClassName
{
border-color: #63707D;
}
.TagClassName
{
border-color: #63707D;
}
</style>