Shades of Raven #61687D
Tints of Raven #61687D
RGB
CMYK
RGB Variations
Color information
#61687D (or 0x61687D) is known color: Raven. HEX triplet: 61, 68 and 7D. RGB value is (97,104,125). Sum of RGB (Red+Green+Blue) = 97+104+125=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 125 - color contains mainly: blue. Hex color #61687D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61687D is #9E9782. Grayscale: #686868. Windows color (decimal): -10393475 or 8218721. OLE color: 8218721.
HSL color Cylindrical-coordinate representation of color #61687D: hue angle of 225º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #61687D is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 104 | 125 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.51 |
| HSL | 225º | 0.13% | 0.44% | - |
| HSV(B) | 225º | 0.22% | 0.49% | - |
| XYZ | 13.58 | 13.92 | 21.37 | - |
| YUV | 104.3 | 139.68 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 104 | 125 | 0.22 | 0.17 | 0 | 0.51 | 225 | 0.13 | 0.44 |
| Hex | 61 | 68 | 7D | 16 | 11 | 0 | 33 | E1 | D | 2C |
| Octal | 141 | 150 | 175 | 26 | 21 | 0 | 63 | 341 | 15 | 54 |
| Binary | 1100001 | 1101000 | 1111101 | 10110 | 10001 | 0 | 110011 | 11100001 | 1101 | 101100 |
Color Harmonies of #61687D
Complementary color
Monochromatic Colors of #61687D
Black with #61687D
Text Example
Text Example
White with #61687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61687D; }
p { color: rgb(97,104,125); }
H1.HeaderClassName
{
color: #61687D;
}
.AnyTagClassName
{
color: #61687D;
}
</style>
background-color css
<style>
a { background-color: #61687D; }
a { background-color: rgb(97,104,125); }
div.DivClassName
{
background-color: #61687D;
}
.BgClassName
{
background-color: #61687D;
}
</style>
border-color css
<style>
span { border-color: #61687D; }
span { border-color: rgb(97,104,125); }
td.TdClassName
{
border-color: #61687D;
}
.TagClassName
{
border-color: #61687D;
}
</style>