Shades of Raven #636E7E
Tints of Raven #636E7E
RGB
CMYK
RGB Variations
Color information
#636E7E (or 0x636E7E) is known color: Raven. HEX triplet: 63, 6E and 7E. RGB value is (99,110,126). Sum of RGB (Red+Green+Blue) = 99+110+126=335 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.55% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 126 - color contains mainly: blue. Hex color #636E7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636E7E is #9C9181. Grayscale: #6C6C6C. Windows color (decimal): -10260866 or 8285795. OLE color: 8285795.
HSL color Cylindrical-coordinate representation of color #636E7E: hue angle of 215.56º 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 #636E7E is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 110 | 126 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.51 |
| HSL | 215.56º | 0.12% | 0.44% | - |
| HSV(B) | 215.56º | 0.21% | 0.49% | - |
| XYZ | 14.49 | 15.31 | 21.93 | - |
| YUV | 108.54 | 137.86 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 110 | 126 | 0.21 | 0.13 | 0 | 0.51 | 215.56 | 0.12 | 0.44 |
| Hex | 63 | 6E | 7E | 15 | D | 0 | 33 | D8 | C | 2C |
| Octal | 143 | 156 | 176 | 25 | 15 | 0 | 63 | 330 | 14 | 54 |
| Binary | 1100011 | 1101110 | 1111110 | 10101 | 1101 | 0 | 110011 | 11011000 | 1100 | 101100 |
Color Harmonies of #636E7E
Complementary color
Monochromatic Colors of #636E7E
Black with #636E7E
Text Example
Text Example
White with #636E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636E7E; }
p { color: rgb(99,110,126); }
H1.HeaderClassName
{
color: #636E7E;
}
.AnyTagClassName
{
color: #636E7E;
}
</style>
background-color css
<style>
a { background-color: #636E7E; }
a { background-color: rgb(99,110,126); }
div.DivClassName
{
background-color: #636E7E;
}
.BgClassName
{
background-color: #636E7E;
}
</style>
border-color css
<style>
span { border-color: #636E7E; }
span { border-color: rgb(99,110,126); }
td.TdClassName
{
border-color: #636E7E;
}
.TagClassName
{
border-color: #636E7E;
}
</style>