Shades of Raven #61687B
Tints of Raven #61687B
RGB
CMYK
RGB Variations
Color information
#61687B (or 0x61687B) is known color: Raven. HEX triplet: 61, 68 and 7B. RGB value is (97,104,123). Sum of RGB (Red+Green+Blue) = 97+104+123=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 123 - color contains mainly: blue. Hex color #61687B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61687B is #9E9784. Grayscale: #676767. Windows color (decimal): -10393477 or 8087649. OLE color: 8087649.
HSL color Cylindrical-coordinate representation of color #61687B: hue angle of 223.85º 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 #61687B is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 104 | 123 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.52 |
| HSL | 223.85º | 0.12% | 0.43% | - |
| HSV(B) | 223.85º | 0.21% | 0.48% | - |
| XYZ | 13.46 | 13.87 | 20.71 | - |
| YUV | 104.07 | 138.68 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 104 | 123 | 0.21 | 0.15 | 0 | 0.52 | 223.85 | 0.12 | 0.43 |
| Hex | 61 | 68 | 7B | 15 | F | 0 | 34 | E0 | C | 2B |
| Octal | 141 | 150 | 173 | 25 | 17 | 0 | 64 | 340 | 14 | 53 |
| Binary | 1100001 | 1101000 | 1111011 | 10101 | 1111 | 0 | 110100 | 11100000 | 1100 | 101011 |
Color Harmonies of #61687B
Complementary color
Monochromatic Colors of #61687B
Black with #61687B
Text Example
Text Example
White with #61687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61687B; }
p { color: rgb(97,104,123); }
H1.HeaderClassName
{
color: #61687B;
}
.AnyTagClassName
{
color: #61687B;
}
</style>
background-color css
<style>
a { background-color: #61687B; }
a { background-color: rgb(97,104,123); }
div.DivClassName
{
background-color: #61687B;
}
.BgClassName
{
background-color: #61687B;
}
</style>
border-color css
<style>
span { border-color: #61687B; }
span { border-color: rgb(97,104,123); }
td.TdClassName
{
border-color: #61687B;
}
.TagClassName
{
border-color: #61687B;
}
</style>