Shades of Raven #636A78
Tints of Raven #636A78
RGB
CMYK
RGB Variations
Color information
#636A78 (or 0x636A78) is known color: Raven. HEX triplet: 63, 6A and 78. RGB value is (99,106,120). Sum of RGB (Red+Green+Blue) = 99+106+120=325 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.46% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 120 - color contains mainly: blue. Hex color #636A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636A78 is #9C9587. Grayscale: #696969. Windows color (decimal): -10261896 or 7891555. OLE color: 7891555.
HSL color Cylindrical-coordinate representation of color #636A78: hue angle of 220º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #636A78 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 99 | 106 | 120 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.53 |
| HSL | 220º | 0.1% | 0.43% | - |
| HSV(B) | 220º | 0.18% | 0.47% | - |
| XYZ | 13.69 | 14.32 | 19.81 | - |
| YUV | 105.5 | 136.18 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 106 | 120 | 0.17 | 0.12 | 0 | 0.53 | 220 | 0.1 | 0.43 |
| Hex | 63 | 6A | 78 | 11 | C | 0 | 35 | DC | A | 2B |
| Octal | 143 | 152 | 170 | 21 | 14 | 0 | 65 | 334 | 12 | 53 |
| Binary | 1100011 | 1101010 | 1111000 | 10001 | 1100 | 0 | 110101 | 11011100 | 1010 | 101011 |
Color Harmonies of #636A78
Complementary color
Monochromatic Colors of #636A78
Black with #636A78
Text Example
Text Example
White with #636A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636A78; }
p { color: rgb(99,106,120); }
H1.HeaderClassName
{
color: #636A78;
}
.AnyTagClassName
{
color: #636A78;
}
</style>
background-color css
<style>
a { background-color: #636A78; }
a { background-color: rgb(99,106,120); }
div.DivClassName
{
background-color: #636A78;
}
.BgClassName
{
background-color: #636A78;
}
</style>
border-color css
<style>
span { border-color: #636A78; }
span { border-color: rgb(99,106,120); }
td.TdClassName
{
border-color: #636A78;
}
.TagClassName
{
border-color: #636A78;
}
</style>