Shades of Raven #636C7C
Tints of Raven #636C7C
RGB
CMYK
RGB Variations
Color information
#636C7C (or 0x636C7C) is known color: Raven. HEX triplet: 63, 6C and 7C. RGB value is (99,108,124). Sum of RGB (Red+Green+Blue) = 99+108+124=331 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.91% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 124 - color contains mainly: blue. Hex color #636C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636C7C is #9C9383. Grayscale: #6B6B6B. Windows color (decimal): -10261380 or 8154211. OLE color: 8154211.
HSL color Cylindrical-coordinate representation of color #636C7C: hue angle of 218.4º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #636C7C is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 108 | 124 | - |
| CMYK | 0.20 | 0.13 | 0 | 0.51 |
| HSL | 218.4º | 0.11% | 0.44% | - |
| HSV(B) | 218.4º | 0.2% | 0.49% | - |
| XYZ | 14.15 | 14.83 | 21.19 | - |
| YUV | 107.13 | 137.52 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 108 | 124 | 0.20 | 0.13 | 0 | 0.51 | 218.4 | 0.11 | 0.44 |
| Hex | 63 | 6C | 7C | 14 | D | 0 | 33 | DA | B | 2C |
| Octal | 143 | 154 | 174 | 24 | 15 | 0 | 63 | 332 | 13 | 54 |
| Binary | 1100011 | 1101100 | 1111100 | 10100 | 1101 | 0 | 110011 | 11011010 | 1011 | 101100 |
Color Harmonies of #636C7C
Complementary color
Monochromatic Colors of #636C7C
Black with #636C7C
Text Example
Text Example
White with #636C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636C7C; }
p { color: rgb(99,108,124); }
H1.HeaderClassName
{
color: #636C7C;
}
.AnyTagClassName
{
color: #636C7C;
}
</style>
background-color css
<style>
a { background-color: #636C7C; }
a { background-color: rgb(99,108,124); }
div.DivClassName
{
background-color: #636C7C;
}
.BgClassName
{
background-color: #636C7C;
}
</style>
border-color css
<style>
span { border-color: #636C7C; }
span { border-color: rgb(99,108,124); }
td.TdClassName
{
border-color: #636C7C;
}
.TagClassName
{
border-color: #636C7C;
}
</style>