Shades of Raven #616B7C
Tints of Raven #616B7C
RGB
CMYK
RGB Variations
Color information
#616B7C (or 0x616B7C) is known color: Raven. HEX triplet: 61, 6B and 7C. RGB value is (97,107,124). Sum of RGB (Red+Green+Blue) = 97+107+124=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 107 (42.19% from 255 or 32.62% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 124 - color contains mainly: blue. Hex color #616B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616B7C is #9E9483. Grayscale: #696969. Windows color (decimal): -10392708 or 8153953. OLE color: 8153953.
HSL color Cylindrical-coordinate representation of color #616B7C: hue angle of 217.78º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #616B7C is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 107 | 124 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.51 |
| HSL | 217.78º | 0.12% | 0.43% | - |
| HSV(B) | 217.78º | 0.22% | 0.49% | - |
| XYZ | 13.83 | 14.51 | 21.14 | - |
| YUV | 105.95 | 138.19 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 107 | 124 | 0.22 | 0.14 | 0 | 0.51 | 217.78 | 0.12 | 0.43 |
| Hex | 61 | 6B | 7C | 16 | E | 0 | 33 | DA | C | 2B |
| Octal | 141 | 153 | 174 | 26 | 16 | 0 | 63 | 332 | 14 | 53 |
| Binary | 1100001 | 1101011 | 1111100 | 10110 | 1110 | 0 | 110011 | 11011010 | 1100 | 101011 |
Color Harmonies of #616B7C
Complementary color
Monochromatic Colors of #616B7C
Black with #616B7C
Text Example
Text Example
White with #616B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616B7C; }
p { color: rgb(97,107,124); }
H1.HeaderClassName
{
color: #616B7C;
}
.AnyTagClassName
{
color: #616B7C;
}
</style>
background-color css
<style>
a { background-color: #616B7C; }
a { background-color: rgb(97,107,124); }
div.DivClassName
{
background-color: #616B7C;
}
.BgClassName
{
background-color: #616B7C;
}
</style>
border-color css
<style>
span { border-color: #616B7C; }
span { border-color: rgb(97,107,124); }
td.TdClassName
{
border-color: #616B7C;
}
.TagClassName
{
border-color: #616B7C;
}
</style>