Shades of Raven #686D75
Tints of Raven #686D75
RGB
CMYK
RGB Variations
Color information
#686D75 (or 0x686D75) is known color: Raven. HEX triplet: 68, 6D and 75. RGB value is (104,109,117). Sum of RGB (Red+Green+Blue) = 104+109+117=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 117 - color contains mainly: blue. Hex color #686D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686D75 is #97928A. Grayscale: #6C6C6C. Windows color (decimal): -9933451 or 7695720. OLE color: 7695720.
HSL color Cylindrical-coordinate representation of color #686D75: hue angle of 216.92º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #686D75 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 109 | 117 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.54 |
| HSL | 216.92º | 0.06% | 0.43% | - |
| HSV(B) | 216.92º | 0.11% | 0.46% | - |
| XYZ | 14.39 | 15.16 | 19 | - |
| YUV | 108.42 | 132.84 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 117 | 0.11 | 0.07 | 0 | 0.54 | 216.92 | 0.06 | 0.43 |
| Hex | 68 | 6D | 75 | B | 7 | 0 | 36 | D9 | 6 | 2B |
| Octal | 150 | 155 | 165 | 13 | 7 | 0 | 66 | 331 | 6 | 53 |
| Binary | 1101000 | 1101101 | 1110101 | 1011 | 111 | 0 | 110110 | 11011001 | 110 | 101011 |
Color Harmonies of #686D75
Complementary color
Monochromatic Colors of #686D75
Black with #686D75
Text Example
Text Example
White with #686D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686D75; }
p { color: rgb(104,109,117); }
H1.HeaderClassName
{
color: #686D75;
}
.AnyTagClassName
{
color: #686D75;
}
</style>
background-color css
<style>
a { background-color: #686D75; }
a { background-color: rgb(104,109,117); }
div.DivClassName
{
background-color: #686D75;
}
.BgClassName
{
background-color: #686D75;
}
</style>
border-color css
<style>
span { border-color: #686D75; }
span { border-color: rgb(104,109,117); }
td.TdClassName
{
border-color: #686D75;
}
.TagClassName
{
border-color: #686D75;
}
</style>