Shades of Raven #61697A
Tints of Raven #61697A
RGB
CMYK
RGB Variations
Color information
#61697A (or 0x61697A) is known color: Raven. HEX triplet: 61, 69 and 7A. RGB value is (97,105,122). Sum of RGB (Red+Green+Blue) = 97+105+122=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 122 - color contains mainly: blue. Hex color #61697A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61697A is #9E9685. Grayscale: #686868. Windows color (decimal): -10393222 or 8022369. OLE color: 8022369.
HSL color Cylindrical-coordinate representation of color #61697A: hue angle of 220.8º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #61697A is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 105 | 122 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.52 |
| HSL | 220.8º | 0.11% | 0.43% | - |
| HSV(B) | 220.8º | 0.2% | 0.48% | - |
| XYZ | 13.49 | 14.05 | 20.41 | - |
| YUV | 104.55 | 137.85 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 105 | 122 | 0.20 | 0.14 | 0 | 0.52 | 220.8 | 0.11 | 0.43 |
| Hex | 61 | 69 | 7A | 14 | E | 0 | 34 | DD | B | 2B |
| Octal | 141 | 151 | 172 | 24 | 16 | 0 | 64 | 335 | 13 | 53 |
| Binary | 1100001 | 1101001 | 1111010 | 10100 | 1110 | 0 | 110100 | 11011101 | 1011 | 101011 |
Color Harmonies of #61697A
Complementary color
Monochromatic Colors of #61697A
Black with #61697A
Text Example
Text Example
White with #61697A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61697A; }
p { color: rgb(97,105,122); }
H1.HeaderClassName
{
color: #61697A;
}
.AnyTagClassName
{
color: #61697A;
}
</style>
background-color css
<style>
a { background-color: #61697A; }
a { background-color: rgb(97,105,122); }
div.DivClassName
{
background-color: #61697A;
}
.BgClassName
{
background-color: #61697A;
}
</style>
border-color css
<style>
span { border-color: #61697A; }
span { border-color: rgb(97,105,122); }
td.TdClassName
{
border-color: #61697A;
}
.TagClassName
{
border-color: #61697A;
}
</style>