Shades of Raven #61697B
Tints of Raven #61697B
RGB
CMYK
RGB Variations
Color information
#61697B (or 0x61697B) is known color: Raven. HEX triplet: 61, 69 and 7B. RGB value is (97,105,123). Sum of RGB (Red+Green+Blue) = 97+105+123=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 123 - color contains mainly: blue. Hex color #61697B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61697B is #9E9684. Grayscale: #686868. Windows color (decimal): -10393221 or 8087905. OLE color: 8087905.
HSL color Cylindrical-coordinate representation of color #61697B: hue angle of 221.54º 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 #61697B is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 105 | 123 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.52 |
| HSL | 221.54º | 0.12% | 0.43% | - |
| HSV(B) | 221.54º | 0.21% | 0.48% | - |
| XYZ | 13.56 | 14.07 | 20.74 | - |
| YUV | 104.66 | 138.35 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 105 | 123 | 0.21 | 0.15 | 0 | 0.52 | 221.54 | 0.12 | 0.43 |
| Hex | 61 | 69 | 7B | 15 | F | 0 | 34 | DE | C | 2B |
| Octal | 141 | 151 | 173 | 25 | 17 | 0 | 64 | 336 | 14 | 53 |
| Binary | 1100001 | 1101001 | 1111011 | 10101 | 1111 | 0 | 110100 | 11011110 | 1100 | 101011 |
Color Harmonies of #61697B
Complementary color
Monochromatic Colors of #61697B
Black with #61697B
Text Example
Text Example
White with #61697B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61697B; }
p { color: rgb(97,105,123); }
H1.HeaderClassName
{
color: #61697B;
}
.AnyTagClassName
{
color: #61697B;
}
</style>
background-color css
<style>
a { background-color: #61697B; }
a { background-color: rgb(97,105,123); }
div.DivClassName
{
background-color: #61697B;
}
.BgClassName
{
background-color: #61697B;
}
</style>
border-color css
<style>
span { border-color: #61697B; }
span { border-color: rgb(97,105,123); }
td.TdClassName
{
border-color: #61697B;
}
.TagClassName
{
border-color: #61697B;
}
</style>