Shades of Raven #616D7C
Tints of Raven #616D7C
RGB
CMYK
RGB Variations
Color information
#616D7C (or 0x616D7C) is known color: Raven. HEX triplet: 61, 6D and 7C. RGB value is (97,109,124). Sum of RGB (Red+Green+Blue) = 97+109+124=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 124 - color contains mainly: blue. Hex color #616D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616D7C is #9E9283. Grayscale: #6B6B6B. Windows color (decimal): -10392196 or 8154465. OLE color: 8154465.
HSL color Cylindrical-coordinate representation of color #616D7C: hue angle of 213.33º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #616D7C is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 109 | 124 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.51 |
| HSL | 213.33º | 0.12% | 0.43% | - |
| HSV(B) | 213.33º | 0.22% | 0.49% | - |
| XYZ | 14.04 | 14.93 | 21.21 | - |
| YUV | 107.12 | 137.52 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 109 | 124 | 0.22 | 0.12 | 0 | 0.51 | 213.33 | 0.12 | 0.43 |
| Hex | 61 | 6D | 7C | 16 | C | 0 | 33 | D5 | C | 2B |
| Octal | 141 | 155 | 174 | 26 | 14 | 0 | 63 | 325 | 14 | 53 |
| Binary | 1100001 | 1101101 | 1111100 | 10110 | 1100 | 0 | 110011 | 11010101 | 1100 | 101011 |
Color Harmonies of #616D7C
Complementary color
Monochromatic Colors of #616D7C
Black with #616D7C
Text Example
Text Example
White with #616D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616D7C; }
p { color: rgb(97,109,124); }
H1.HeaderClassName
{
color: #616D7C;
}
.AnyTagClassName
{
color: #616D7C;
}
</style>
background-color css
<style>
a { background-color: #616D7C; }
a { background-color: rgb(97,109,124); }
div.DivClassName
{
background-color: #616D7C;
}
.BgClassName
{
background-color: #616D7C;
}
</style>
border-color css
<style>
span { border-color: #616D7C; }
span { border-color: rgb(97,109,124); }
td.TdClassName
{
border-color: #616D7C;
}
.TagClassName
{
border-color: #616D7C;
}
</style>