Shades of Raven #636A7D
Tints of Raven #636A7D
RGB
CMYK
RGB Variations
Color information
#636A7D (or 0x636A7D) is known color: Raven. HEX triplet: 63, 6A and 7D. RGB value is (99,106,125). Sum of RGB (Red+Green+Blue) = 99+106+125=330 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 125 - color contains mainly: blue. Hex color #636A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636A7D is #9C9582. Grayscale: #696969. Windows color (decimal): -10261891 or 8219235. OLE color: 8219235.
HSL color Cylindrical-coordinate representation of color #636A7D: hue angle of 223.85º 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 #636A7D is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 106 | 125 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.51 |
| HSL | 223.85º | 0.12% | 0.44% | - |
| HSV(B) | 223.85º | 0.21% | 0.49% | - |
| XYZ | 14 | 14.44 | 21.45 | - |
| YUV | 106.07 | 138.68 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 106 | 125 | 0.21 | 0.15 | 0 | 0.51 | 223.85 | 0.12 | 0.44 |
| Hex | 63 | 6A | 7D | 15 | F | 0 | 33 | E0 | C | 2C |
| Octal | 143 | 152 | 175 | 25 | 17 | 0 | 63 | 340 | 14 | 54 |
| Binary | 1100011 | 1101010 | 1111101 | 10101 | 1111 | 0 | 110011 | 11100000 | 1100 | 101100 |
Color Harmonies of #636A7D
Complementary color
Monochromatic Colors of #636A7D
Black with #636A7D
Text Example
Text Example
White with #636A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636A7D; }
p { color: rgb(99,106,125); }
H1.HeaderClassName
{
color: #636A7D;
}
.AnyTagClassName
{
color: #636A7D;
}
</style>
background-color css
<style>
a { background-color: #636A7D; }
a { background-color: rgb(99,106,125); }
div.DivClassName
{
background-color: #636A7D;
}
.BgClassName
{
background-color: #636A7D;
}
</style>
border-color css
<style>
span { border-color: #636A7D; }
span { border-color: rgb(99,106,125); }
td.TdClassName
{
border-color: #636A7D;
}
.TagClassName
{
border-color: #636A7D;
}
</style>