Shades of Raven #686E7A
Tints of Raven #686E7A
RGB
CMYK
RGB Variations
Color information
#686E7A (or 0x686E7A) is known color: Raven. HEX triplet: 68, 6E and 7A. RGB value is (104,110,122). Sum of RGB (Red+Green+Blue) = 104+110+122=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 110 (43.36% from 255 or 32.74% 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 #686E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686E7A is #979185. Grayscale: #6D6D6D. Windows color (decimal): -9933190 or 8023656. OLE color: 8023656.
HSL color Cylindrical-coordinate representation of color #686E7A: hue angle of 220º 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 #686E7A is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 110 | 122 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.52 |
| HSL | 220º | 0.08% | 0.44% | - |
| HSV(B) | 220º | 0.15% | 0.48% | - |
| XYZ | 14.8 | 15.5 | 20.62 | - |
| YUV | 109.57 | 135.01 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 110 | 122 | 0.15 | 0.10 | 0 | 0.52 | 220 | 0.08 | 0.44 |
| Hex | 68 | 6E | 7A | F | A | 0 | 34 | DC | 8 | 2C |
| Octal | 150 | 156 | 172 | 17 | 12 | 0 | 64 | 334 | 10 | 54 |
| Binary | 1101000 | 1101110 | 1111010 | 1111 | 1010 | 0 | 110100 | 11011100 | 1000 | 101100 |
Color Harmonies of #686E7A
Complementary color
Monochromatic Colors of #686E7A
Black with #686E7A
Text Example
Text Example
White with #686E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686E7A; }
p { color: rgb(104,110,122); }
H1.HeaderClassName
{
color: #686E7A;
}
.AnyTagClassName
{
color: #686E7A;
}
</style>
background-color css
<style>
a { background-color: #686E7A; }
a { background-color: rgb(104,110,122); }
div.DivClassName
{
background-color: #686E7A;
}
.BgClassName
{
background-color: #686E7A;
}
</style>
border-color css
<style>
span { border-color: #686E7A; }
span { border-color: rgb(104,110,122); }
td.TdClassName
{
border-color: #686E7A;
}
.TagClassName
{
border-color: #686E7A;
}
</style>