Shades of Raven #69707A
Tints of Raven #69707A
RGB
CMYK
RGB Variations
Color information
#69707A (or 0x69707A) is known color: Raven. HEX triplet: 69, 70 and 7A. RGB value is (105,112,122). Sum of RGB (Red+Green+Blue) = 105+112+122=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 122 - color contains mainly: blue. Hex color #69707A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69707A is #968F85. Grayscale: #6F6F6F. Windows color (decimal): -9867142 or 8024169. OLE color: 8024169.
HSL color Cylindrical-coordinate representation of color #69707A: hue angle of 215.29º 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 #69707A is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 112 | 122 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.52 |
| HSL | 215.29º | 0.07% | 0.45% | - |
| HSV(B) | 215.29º | 0.14% | 0.48% | - |
| XYZ | 15.13 | 16 | 20.7 | - |
| YUV | 111.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 112 | 122 | 0.14 | 0.08 | 0 | 0.52 | 215.29 | 0.07 | 0.45 |
| Hex | 69 | 70 | 7A | E | 8 | 0 | 34 | D7 | 7 | 2D |
| Octal | 151 | 160 | 172 | 16 | 10 | 0 | 64 | 327 | 7 | 55 |
| Binary | 1101001 | 1110000 | 1111010 | 1110 | 1000 | 0 | 110100 | 11010111 | 111 | 101101 |
Color Harmonies of #69707A
Complementary color
Monochromatic Colors of #69707A
Black with #69707A
Text Example
Text Example
White with #69707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69707A; }
p { color: rgb(105,112,122); }
H1.HeaderClassName
{
color: #69707A;
}
.AnyTagClassName
{
color: #69707A;
}
</style>
background-color css
<style>
a { background-color: #69707A; }
a { background-color: rgb(105,112,122); }
div.DivClassName
{
background-color: #69707A;
}
.BgClassName
{
background-color: #69707A;
}
</style>
border-color css
<style>
span { border-color: #69707A; }
span { border-color: rgb(105,112,122); }
td.TdClassName
{
border-color: #69707A;
}
.TagClassName
{
border-color: #69707A;
}
</style>