Shades of Raven #616C7B
Tints of Raven #616C7B
RGB
CMYK
RGB Variations
Color information
#616C7B (or 0x616C7B) is known color: Raven. HEX triplet: 61, 6C and 7B. RGB value is (97,108,123). Sum of RGB (Red+Green+Blue) = 97+108+123=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 123 - color contains mainly: blue. Hex color #616C7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616C7B is #9E9384. Grayscale: #6A6A6A. Windows color (decimal): -10392453 or 8088673. OLE color: 8088673.
HSL color Cylindrical-coordinate representation of color #616C7B: hue angle of 214.62º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #616C7B is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 108 | 123 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.52 |
| HSL | 214.62º | 0.12% | 0.43% | - |
| HSV(B) | 214.62º | 0.21% | 0.48% | - |
| XYZ | 13.87 | 14.7 | 20.84 | - |
| YUV | 106.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 108 | 123 | 0.21 | 0.12 | 0 | 0.52 | 214.62 | 0.12 | 0.43 |
| Hex | 61 | 6C | 7B | 15 | C | 0 | 34 | D7 | C | 2B |
| Octal | 141 | 154 | 173 | 25 | 14 | 0 | 64 | 327 | 14 | 53 |
| Binary | 1100001 | 1101100 | 1111011 | 10101 | 1100 | 0 | 110100 | 11010111 | 1100 | 101011 |
Color Harmonies of #616C7B
Complementary color
Monochromatic Colors of #616C7B
Black with #616C7B
Text Example
Text Example
White with #616C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616C7B; }
p { color: rgb(97,108,123); }
H1.HeaderClassName
{
color: #616C7B;
}
.AnyTagClassName
{
color: #616C7B;
}
</style>
background-color css
<style>
a { background-color: #616C7B; }
a { background-color: rgb(97,108,123); }
div.DivClassName
{
background-color: #616C7B;
}
.BgClassName
{
background-color: #616C7B;
}
</style>
border-color css
<style>
span { border-color: #616C7B; }
span { border-color: rgb(97,108,123); }
td.TdClassName
{
border-color: #616C7B;
}
.TagClassName
{
border-color: #616C7B;
}
</style>