Shades of Raven #636E7D
Tints of Raven #636E7D
RGB
CMYK
RGB Variations
Color information
#636E7D (or 0x636E7D) is known color: Raven. HEX triplet: 63, 6E and 7D. RGB value is (99,110,125). Sum of RGB (Red+Green+Blue) = 99+110+125=334 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.64% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 125 - color contains mainly: blue. Hex color #636E7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636E7D is #9C9182. Grayscale: #6C6C6C. Windows color (decimal): -10260867 or 8220259. OLE color: 8220259.
HSL color Cylindrical-coordinate representation of color #636E7D: hue angle of 214.62º 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 #636E7D is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 110 | 125 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.51 |
| HSL | 214.62º | 0.12% | 0.44% | - |
| HSV(B) | 214.62º | 0.21% | 0.49% | - |
| XYZ | 14.42 | 15.29 | 21.59 | - |
| YUV | 108.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 110 | 125 | 0.21 | 0.12 | 0 | 0.51 | 214.62 | 0.12 | 0.44 |
| Hex | 63 | 6E | 7D | 15 | C | 0 | 33 | D7 | C | 2C |
| Octal | 143 | 156 | 175 | 25 | 14 | 0 | 63 | 327 | 14 | 54 |
| Binary | 1100011 | 1101110 | 1111101 | 10101 | 1100 | 0 | 110011 | 11010111 | 1100 | 101100 |
Color Harmonies of #636E7D
Complementary color
Monochromatic Colors of #636E7D
Black with #636E7D
Text Example
Text Example
White with #636E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636E7D; }
p { color: rgb(99,110,125); }
H1.HeaderClassName
{
color: #636E7D;
}
.AnyTagClassName
{
color: #636E7D;
}
</style>
background-color css
<style>
a { background-color: #636E7D; }
a { background-color: rgb(99,110,125); }
div.DivClassName
{
background-color: #636E7D;
}
.BgClassName
{
background-color: #636E7D;
}
</style>
border-color css
<style>
span { border-color: #636E7D; }
span { border-color: rgb(99,110,125); }
td.TdClassName
{
border-color: #636E7D;
}
.TagClassName
{
border-color: #636E7D;
}
</style>