Shades of Raven #696E7A
Tints of Raven #696E7A
RGB
CMYK
RGB Variations
Color information
#696E7A (or 0x696E7A) is known color: Raven. HEX triplet: 69, 6E and 7A. RGB value is (105,110,122). Sum of RGB (Red+Green+Blue) = 105+110+122=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 122 - color contains mainly: blue. Hex color #696E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696E7A is #969185. Grayscale: #6D6D6D. Windows color (decimal): -9867654 or 8023657. OLE color: 8023657.
HSL color Cylindrical-coordinate representation of color #696E7A: hue angle of 222.35º 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 #696E7A is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 110 | 122 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.52 |
| HSL | 222.35º | 0.07% | 0.45% | - |
| HSV(B) | 222.35º | 0.14% | 0.48% | - |
| XYZ | 14.91 | 15.56 | 20.63 | - |
| YUV | 109.87 | 134.84 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 110 | 122 | 0.14 | 0.10 | 0 | 0.52 | 222.35 | 0.07 | 0.45 |
| Hex | 69 | 6E | 7A | E | A | 0 | 34 | DE | 7 | 2D |
| Octal | 151 | 156 | 172 | 16 | 12 | 0 | 64 | 336 | 7 | 55 |
| Binary | 1101001 | 1101110 | 1111010 | 1110 | 1010 | 0 | 110100 | 11011110 | 111 | 101101 |
Color Harmonies of #696E7A
Complementary color
Monochromatic Colors of #696E7A
Black with #696E7A
Text Example
Text Example
White with #696E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696E7A; }
p { color: rgb(105,110,122); }
H1.HeaderClassName
{
color: #696E7A;
}
.AnyTagClassName
{
color: #696E7A;
}
</style>
background-color css
<style>
a { background-color: #696E7A; }
a { background-color: rgb(105,110,122); }
div.DivClassName
{
background-color: #696E7A;
}
.BgClassName
{
background-color: #696E7A;
}
</style>
border-color css
<style>
span { border-color: #696E7A; }
span { border-color: rgb(105,110,122); }
td.TdClassName
{
border-color: #696E7A;
}
.TagClassName
{
border-color: #696E7A;
}
</style>