Shades of Raven #616E7F
Tints of Raven #616E7F
RGB
CMYK
RGB Variations
Color information
#616E7F (or 0x616E7F) is known color: Raven. HEX triplet: 61, 6E and 7F. RGB value is (97,110,127). Sum of RGB (Red+Green+Blue) = 97+110+127=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 127 - color contains mainly: blue. Hex color #616E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616E7F is #9E9180. Grayscale: #6B6B6B. Windows color (decimal): -10391937 or 8351329. OLE color: 8351329.
HSL color Cylindrical-coordinate representation of color #616E7F: hue angle of 214º degrees, saturation: 0.13, 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 #616E7F is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 97 | 110 | 127 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.50 |
| HSL | 214º | 0.13% | 0.44% | - |
| HSV(B) | 214º | 0.24% | 0.5% | - |
| XYZ | 14.34 | 15.23 | 22.26 | - |
| YUV | 108.05 | 138.69 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 110 | 127 | 0.24 | 0.13 | 0 | 0.50 | 214 | 0.13 | 0.44 |
| Hex | 61 | 6E | 7F | 18 | D | 0 | 32 | D6 | D | 2C |
| Octal | 141 | 156 | 177 | 30 | 15 | 0 | 62 | 326 | 15 | 54 |
| Binary | 1100001 | 1101110 | 1111111 | 11000 | 1101 | 0 | 110010 | 11010110 | 1101 | 101100 |
Color Harmonies of #616E7F
Complementary color
Monochromatic Colors of #616E7F
Black with #616E7F
Text Example
Text Example
White with #616E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616E7F; }
p { color: rgb(97,110,127); }
H1.HeaderClassName
{
color: #616E7F;
}
.AnyTagClassName
{
color: #616E7F;
}
</style>
background-color css
<style>
a { background-color: #616E7F; }
a { background-color: rgb(97,110,127); }
div.DivClassName
{
background-color: #616E7F;
}
.BgClassName
{
background-color: #616E7F;
}
</style>
border-color css
<style>
span { border-color: #616E7F; }
span { border-color: rgb(97,110,127); }
td.TdClassName
{
border-color: #616E7F;
}
.TagClassName
{
border-color: #616E7F;
}
</style>