Shades of Raven #68707A
Tints of Raven #68707A
RGB
CMYK
RGB Variations
Color information
#68707A (or 0x68707A) is known color: Raven. HEX triplet: 68, 70 and 7A. RGB value is (104,112,122). Sum of RGB (Red+Green+Blue) = 104+112+122=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 122 - color contains mainly: blue. Hex color #68707A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68707A is #978F85. Grayscale: #6E6E6E. Windows color (decimal): -9932678 or 8024168. OLE color: 8024168.
HSL color Cylindrical-coordinate representation of color #68707A: hue angle of 213.33º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #68707A is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 112 | 122 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.52 |
| HSL | 213.33º | 0.08% | 0.44% | - |
| HSV(B) | 213.33º | 0.15% | 0.48% | - |
| XYZ | 15.02 | 15.94 | 20.7 | - |
| YUV | 110.75 | 134.35 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 112 | 122 | 0.15 | 0.08 | 0 | 0.52 | 213.33 | 0.08 | 0.44 |
| Hex | 68 | 70 | 7A | F | 8 | 0 | 34 | D5 | 8 | 2C |
| Octal | 150 | 160 | 172 | 17 | 10 | 0 | 64 | 325 | 10 | 54 |
| Binary | 1101000 | 1110000 | 1111010 | 1111 | 1000 | 0 | 110100 | 11010101 | 1000 | 101100 |
Color Harmonies of #68707A
Complementary color
Monochromatic Colors of #68707A
Black with #68707A
Text Example
Text Example
White with #68707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68707A; }
p { color: rgb(104,112,122); }
H1.HeaderClassName
{
color: #68707A;
}
.AnyTagClassName
{
color: #68707A;
}
</style>
background-color css
<style>
a { background-color: #68707A; }
a { background-color: rgb(104,112,122); }
div.DivClassName
{
background-color: #68707A;
}
.BgClassName
{
background-color: #68707A;
}
</style>
border-color css
<style>
span { border-color: #68707A; }
span { border-color: rgb(104,112,122); }
td.TdClassName
{
border-color: #68707A;
}
.TagClassName
{
border-color: #68707A;
}
</style>