Shades of Raven #636E81
Tints of Raven #636E81
RGB
CMYK
RGB Variations
Color information
#636E81 (or 0x636E81) is known color: Raven. HEX triplet: 63, 6E and 81. RGB value is (99,110,129). Sum of RGB (Red+Green+Blue) = 99+110+129=338 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.29% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 129 - color contains mainly: blue. Hex color #636E81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636E81 is #9C917E. Grayscale: #6C6C6C. Windows color (decimal): -10260863 or 8482403. OLE color: 8482403.
HSL color Cylindrical-coordinate representation of color #636E81: hue angle of 218º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #636E81 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 99 | 110 | 129 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.49 |
| HSL | 218º | 0.13% | 0.45% | - |
| HSV(B) | 218º | 0.23% | 0.51% | - |
| XYZ | 14.68 | 15.39 | 22.97 | - |
| YUV | 108.88 | 139.36 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 110 | 129 | 0.23 | 0.15 | 0 | 0.49 | 218 | 0.13 | 0.45 |
| Hex | 63 | 6E | 81 | 17 | F | 0 | 31 | DA | D | 2D |
| Octal | 143 | 156 | 201 | 27 | 17 | 0 | 61 | 332 | 15 | 55 |
| Binary | 1100011 | 1101110 | 10000001 | 10111 | 1111 | 0 | 110001 | 11011010 | 1101 | 101101 |
Color Harmonies of #636E81
Complementary color
Monochromatic Colors of #636E81
Black with #636E81
Text Example
Text Example
White with #636E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636E81; }
p { color: rgb(99,110,129); }
H1.HeaderClassName
{
color: #636E81;
}
.AnyTagClassName
{
color: #636E81;
}
</style>
background-color css
<style>
a { background-color: #636E81; }
a { background-color: rgb(99,110,129); }
div.DivClassName
{
background-color: #636E81;
}
.BgClassName
{
background-color: #636E81;
}
</style>
border-color css
<style>
span { border-color: #636E81; }
span { border-color: rgb(99,110,129); }
td.TdClassName
{
border-color: #636E81;
}
.TagClassName
{
border-color: #636E81;
}
</style>