Shades of Raven #696D7A
Tints of Raven #696D7A
RGB
CMYK
RGB Variations
Color information
#696D7A (or 0x696D7A) is known color: Raven. HEX triplet: 69, 6D and 7A. RGB value is (105,109,122). Sum of RGB (Red+Green+Blue) = 105+109+122=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 122 - color contains mainly: blue. Hex color #696D7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696D7A is #969285. Grayscale: #6D6D6D. Windows color (decimal): -9867910 or 8023401. OLE color: 8023401.
HSL color Cylindrical-coordinate representation of color #696D7A: hue angle of 225.88º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #696D7A is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 109 | 122 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.52 |
| HSL | 225.88º | 0.07% | 0.45% | - |
| HSV(B) | 225.88º | 0.14% | 0.48% | - |
| XYZ | 14.81 | 15.35 | 20.59 | - |
| YUV | 109.29 | 135.17 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 109 | 122 | 0.14 | 0.11 | 0 | 0.52 | 225.88 | 0.07 | 0.45 |
| Hex | 69 | 6D | 7A | E | B | 0 | 34 | E2 | 7 | 2D |
| Octal | 151 | 155 | 172 | 16 | 13 | 0 | 64 | 342 | 7 | 55 |
| Binary | 1101001 | 1101101 | 1111010 | 1110 | 1011 | 0 | 110100 | 11100010 | 111 | 101101 |
Color Harmonies of #696D7A
Complementary color
Monochromatic Colors of #696D7A
Black with #696D7A
Text Example
Text Example
White with #696D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696D7A; }
p { color: rgb(105,109,122); }
H1.HeaderClassName
{
color: #696D7A;
}
.AnyTagClassName
{
color: #696D7A;
}
</style>
background-color css
<style>
a { background-color: #696D7A; }
a { background-color: rgb(105,109,122); }
div.DivClassName
{
background-color: #696D7A;
}
.BgClassName
{
background-color: #696D7A;
}
</style>
border-color css
<style>
span { border-color: #696D7A; }
span { border-color: rgb(105,109,122); }
td.TdClassName
{
border-color: #696D7A;
}
.TagClassName
{
border-color: #696D7A;
}
</style>