Shades of Raven #616D80
Tints of Raven #616D80
RGB
CMYK
RGB Variations
Color information
#616D80 (or 0x616D80) is known color: Raven. HEX triplet: 61, 6D and 80. RGB value is (97,109,128). Sum of RGB (Red+Green+Blue) = 97+109+128=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 128 (50.39% from 255 or 38.32% from 334); Max value from RGB is 128 - color contains mainly: blue. Hex color #616D80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616D80 is #9E927F. Grayscale: #6B6B6B. Windows color (decimal): -10392192 or 8416609. OLE color: 8416609.
HSL color Cylindrical-coordinate representation of color #616D80: hue angle of 216.77º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #616D80 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 97 | 109 | 128 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.50 |
| HSL | 216.77º | 0.14% | 0.44% | - |
| HSV(B) | 216.77º | 0.24% | 0.5% | - |
| XYZ | 14.29 | 15.04 | 22.57 | - |
| YUV | 107.58 | 139.52 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 109 | 128 | 0.24 | 0.15 | 0 | 0.50 | 216.77 | 0.14 | 0.44 |
| Hex | 61 | 6D | 80 | 18 | F | 0 | 32 | D9 | E | 2C |
| Octal | 141 | 155 | 200 | 30 | 17 | 0 | 62 | 331 | 16 | 54 |
| Binary | 1100001 | 1101101 | 10000000 | 11000 | 1111 | 0 | 110010 | 11011001 | 1110 | 101100 |
Color Harmonies of #616D80
Complementary color
Monochromatic Colors of #616D80
Black with #616D80
Text Example
Text Example
White with #616D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616D80; }
p { color: rgb(97,109,128); }
H1.HeaderClassName
{
color: #616D80;
}
.AnyTagClassName
{
color: #616D80;
}
</style>
background-color css
<style>
a { background-color: #616D80; }
a { background-color: rgb(97,109,128); }
div.DivClassName
{
background-color: #616D80;
}
.BgClassName
{
background-color: #616D80;
}
</style>
border-color css
<style>
span { border-color: #616D80; }
span { border-color: rgb(97,109,128); }
td.TdClassName
{
border-color: #616D80;
}
.TagClassName
{
border-color: #616D80;
}
</style>