Shades of Raven #686C7B
Tints of Raven #686C7B
RGB
CMYK
RGB Variations
Color information
#686C7B (or 0x686C7B) is known color: Raven. HEX triplet: 68, 6C and 7B. RGB value is (104,108,123). Sum of RGB (Red+Green+Blue) = 104+108+123=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 123 - color contains mainly: blue. Hex color #686C7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686C7B is #979384. Grayscale: #6C6C6C. Windows color (decimal): -9933701 or 8088680. OLE color: 8088680.
HSL color Cylindrical-coordinate representation of color #686C7B: hue angle of 227.37º 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 #686C7B is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 108 | 123 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.52 |
| HSL | 227.37º | 0.08% | 0.45% | - |
| HSV(B) | 227.37º | 0.15% | 0.48% | - |
| XYZ | 14.65 | 15.1 | 20.88 | - |
| YUV | 108.51 | 136.17 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 123 | 0.15 | 0.12 | 0 | 0.52 | 227.37 | 0.08 | 0.45 |
| Hex | 68 | 6C | 7B | F | C | 0 | 34 | E3 | 8 | 2D |
| Octal | 150 | 154 | 173 | 17 | 14 | 0 | 64 | 343 | 10 | 55 |
| Binary | 1101000 | 1101100 | 1111011 | 1111 | 1100 | 0 | 110100 | 11100011 | 1000 | 101101 |
Color Harmonies of #686C7B
Complementary color
Monochromatic Colors of #686C7B
Black with #686C7B
Text Example
Text Example
White with #686C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686C7B; }
p { color: rgb(104,108,123); }
H1.HeaderClassName
{
color: #686C7B;
}
.AnyTagClassName
{
color: #686C7B;
}
</style>
background-color css
<style>
a { background-color: #686C7B; }
a { background-color: rgb(104,108,123); }
div.DivClassName
{
background-color: #686C7B;
}
.BgClassName
{
background-color: #686C7B;
}
</style>
border-color css
<style>
span { border-color: #686C7B; }
span { border-color: rgb(104,108,123); }
td.TdClassName
{
border-color: #686C7B;
}
.TagClassName
{
border-color: #686C7B;
}
</style>