Shades of Raven #616D7D
Tints of Raven #616D7D
RGB
CMYK
RGB Variations
Color information
#616D7D (or 0x616D7D) is known color: Raven. HEX triplet: 61, 6D and 7D. RGB value is (97,109,125). Sum of RGB (Red+Green+Blue) = 97+109+125=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 125 - color contains mainly: blue. Hex color #616D7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616D7D is #9E9282. Grayscale: #6B6B6B. Windows color (decimal): -10392195 or 8220001. OLE color: 8220001.
HSL color Cylindrical-coordinate representation of color #616D7D: hue angle of 214.29º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #616D7D is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 109 | 125 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.51 |
| HSL | 214.29º | 0.13% | 0.44% | - |
| HSV(B) | 214.29º | 0.22% | 0.49% | - |
| XYZ | 14.1 | 14.96 | 21.55 | - |
| YUV | 107.24 | 138.02 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 109 | 125 | 0.22 | 0.13 | 0 | 0.51 | 214.29 | 0.13 | 0.44 |
| Hex | 61 | 6D | 7D | 16 | D | 0 | 33 | D6 | D | 2C |
| Octal | 141 | 155 | 175 | 26 | 15 | 0 | 63 | 326 | 15 | 54 |
| Binary | 1100001 | 1101101 | 1111101 | 10110 | 1101 | 0 | 110011 | 11010110 | 1101 | 101100 |
Color Harmonies of #616D7D
Complementary color
Monochromatic Colors of #616D7D
Black with #616D7D
Text Example
Text Example
White with #616D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616D7D; }
p { color: rgb(97,109,125); }
H1.HeaderClassName
{
color: #616D7D;
}
.AnyTagClassName
{
color: #616D7D;
}
</style>
background-color css
<style>
a { background-color: #616D7D; }
a { background-color: rgb(97,109,125); }
div.DivClassName
{
background-color: #616D7D;
}
.BgClassName
{
background-color: #616D7D;
}
</style>
border-color css
<style>
span { border-color: #616D7D; }
span { border-color: rgb(97,109,125); }
td.TdClassName
{
border-color: #616D7D;
}
.TagClassName
{
border-color: #616D7D;
}
</style>