Shades of Raven #686E7B
Tints of Raven #686E7B
RGB
CMYK
RGB Variations
Color information
#686E7B (or 0x686E7B) is known color: Raven. HEX triplet: 68, 6E and 7B. RGB value is (104,110,123). Sum of RGB (Red+Green+Blue) = 104+110+123=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 123 - color contains mainly: blue. Hex color #686E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686E7B is #979184. Grayscale: #6D6D6D. Windows color (decimal): -9933189 or 8089192. OLE color: 8089192.
HSL color Cylindrical-coordinate representation of color #686E7B: hue angle of 221.05º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #686E7B is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 110 | 123 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.52 |
| HSL | 221.05º | 0.08% | 0.45% | - |
| HSV(B) | 221.05º | 0.15% | 0.48% | - |
| XYZ | 14.86 | 15.52 | 20.95 | - |
| YUV | 109.69 | 135.51 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 110 | 123 | 0.15 | 0.11 | 0 | 0.52 | 221.05 | 0.08 | 0.45 |
| Hex | 68 | 6E | 7B | F | B | 0 | 34 | DD | 8 | 2D |
| Octal | 150 | 156 | 173 | 17 | 13 | 0 | 64 | 335 | 10 | 55 |
| Binary | 1101000 | 1101110 | 1111011 | 1111 | 1011 | 0 | 110100 | 11011101 | 1000 | 101101 |
Color Harmonies of #686E7B
Complementary color
Monochromatic Colors of #686E7B
Black with #686E7B
Text Example
Text Example
White with #686E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686E7B; }
p { color: rgb(104,110,123); }
H1.HeaderClassName
{
color: #686E7B;
}
.AnyTagClassName
{
color: #686E7B;
}
</style>
background-color css
<style>
a { background-color: #686E7B; }
a { background-color: rgb(104,110,123); }
div.DivClassName
{
background-color: #686E7B;
}
.BgClassName
{
background-color: #686E7B;
}
</style>
border-color css
<style>
span { border-color: #686E7B; }
span { border-color: rgb(104,110,123); }
td.TdClassName
{
border-color: #686E7B;
}
.TagClassName
{
border-color: #686E7B;
}
</style>