Shades of Raven #616878
Tints of Raven #616878
RGB
CMYK
RGB Variations
Color information
#616878 (or 0x616878) is known color: Raven. HEX triplet: 61, 68 and 78. RGB value is (97,104,120). Sum of RGB (Red+Green+Blue) = 97+104+120=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 120 - color contains mainly: blue. Hex color #616878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616878 is #9E9787. Grayscale: #676767. Windows color (decimal): -10393480 or 7891041. OLE color: 7891041.
HSL color Cylindrical-coordinate representation of color #616878: hue angle of 221.74º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #616878 is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 97 | 104 | 120 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.53 |
| HSL | 221.74º | 0.11% | 0.43% | - |
| HSV(B) | 221.74º | 0.19% | 0.47% | - |
| XYZ | 13.27 | 13.8 | 19.73 | - |
| YUV | 103.73 | 137.18 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 104 | 120 | 0.19 | 0.13 | 0 | 0.53 | 221.74 | 0.11 | 0.43 |
| Hex | 61 | 68 | 78 | 13 | D | 0 | 35 | DE | B | 2B |
| Octal | 141 | 150 | 170 | 23 | 15 | 0 | 65 | 336 | 13 | 53 |
| Binary | 1100001 | 1101000 | 1111000 | 10011 | 1101 | 0 | 110101 | 11011110 | 1011 | 101011 |
Color Harmonies of #616878
Complementary color
Monochromatic Colors of #616878
Black with #616878
Text Example
Text Example
White with #616878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616878; }
p { color: rgb(97,104,120); }
H1.HeaderClassName
{
color: #616878;
}
.AnyTagClassName
{
color: #616878;
}
</style>
background-color css
<style>
a { background-color: #616878; }
a { background-color: rgb(97,104,120); }
div.DivClassName
{
background-color: #616878;
}
.BgClassName
{
background-color: #616878;
}
</style>
border-color css
<style>
span { border-color: #616878; }
span { border-color: rgb(97,104,120); }
td.TdClassName
{
border-color: #616878;
}
.TagClassName
{
border-color: #616878;
}
</style>