Shades of Raven #616F7F
Tints of Raven #616F7F
RGB
CMYK
RGB Variations
Color information
#616F7F (or 0x616F7F) is known color: Raven. HEX triplet: 61, 6F and 7F. RGB value is (97,111,127). Sum of RGB (Red+Green+Blue) = 97+111+127=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 127 - color contains mainly: blue. Hex color #616F7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616F7F is #9E9080. Grayscale: #6C6C6C. Windows color (decimal): -10391681 or 8351585. OLE color: 8351585.
HSL color Cylindrical-coordinate representation of color #616F7F: hue angle of 212º 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 #616F7F is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 97 | 111 | 127 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.50 |
| HSL | 212º | 0.13% | 0.44% | - |
| HSV(B) | 212º | 0.24% | 0.5% | - |
| XYZ | 14.44 | 15.44 | 22.3 | - |
| YUV | 108.64 | 138.36 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 111 | 127 | 0.24 | 0.13 | 0 | 0.50 | 212 | 0.13 | 0.44 |
| Hex | 61 | 6F | 7F | 18 | D | 0 | 32 | D4 | D | 2C |
| Octal | 141 | 157 | 177 | 30 | 15 | 0 | 62 | 324 | 15 | 54 |
| Binary | 1100001 | 1101111 | 1111111 | 11000 | 1101 | 0 | 110010 | 11010100 | 1101 | 101100 |
Color Harmonies of #616F7F
Complementary color
Monochromatic Colors of #616F7F
Black with #616F7F
Text Example
Text Example
White with #616F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616F7F; }
p { color: rgb(97,111,127); }
H1.HeaderClassName
{
color: #616F7F;
}
.AnyTagClassName
{
color: #616F7F;
}
</style>
background-color css
<style>
a { background-color: #616F7F; }
a { background-color: rgb(97,111,127); }
div.DivClassName
{
background-color: #616F7F;
}
.BgClassName
{
background-color: #616F7F;
}
</style>
border-color css
<style>
span { border-color: #616F7F; }
span { border-color: rgb(97,111,127); }
td.TdClassName
{
border-color: #616F7F;
}
.TagClassName
{
border-color: #616F7F;
}
</style>