Shades of Raven #616B7F
Tints of Raven #616B7F
RGB
CMYK
RGB Variations
Color information
#616B7F (or 0x616B7F) is known color: Raven. HEX triplet: 61, 6B and 7F. RGB value is (97,107,127). Sum of RGB (Red+Green+Blue) = 97+107+127=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 127 - color contains mainly: blue. Hex color #616B7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616B7F is #9E9480. Grayscale: #6A6A6A. Windows color (decimal): -10392705 or 8350561. OLE color: 8350561.
HSL color Cylindrical-coordinate representation of color #616B7F: hue angle of 220º 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 #616B7F is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 97 | 107 | 127 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.50 |
| HSL | 220º | 0.13% | 0.44% | - |
| HSV(B) | 220º | 0.24% | 0.5% | - |
| XYZ | 14.02 | 14.59 | 22.16 | - |
| YUV | 106.29 | 139.69 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 107 | 127 | 0.24 | 0.16 | 0 | 0.50 | 220 | 0.13 | 0.44 |
| Hex | 61 | 6B | 7F | 18 | 10 | 0 | 32 | DC | D | 2C |
| Octal | 141 | 153 | 177 | 30 | 20 | 0 | 62 | 334 | 15 | 54 |
| Binary | 1100001 | 1101011 | 1111111 | 11000 | 10000 | 0 | 110010 | 11011100 | 1101 | 101100 |
Color Harmonies of #616B7F
Complementary color
Monochromatic Colors of #616B7F
Black with #616B7F
Text Example
Text Example
White with #616B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616B7F; }
p { color: rgb(97,107,127); }
H1.HeaderClassName
{
color: #616B7F;
}
.AnyTagClassName
{
color: #616B7F;
}
</style>
background-color css
<style>
a { background-color: #616B7F; }
a { background-color: rgb(97,107,127); }
div.DivClassName
{
background-color: #616B7F;
}
.BgClassName
{
background-color: #616B7F;
}
</style>
border-color css
<style>
span { border-color: #616B7F; }
span { border-color: rgb(97,107,127); }
td.TdClassName
{
border-color: #616B7F;
}
.TagClassName
{
border-color: #616B7F;
}
</style>