Shades of Raven #686E75
Tints of Raven #686E75
RGB
CMYK
RGB Variations
Color information
#686E75 (or 0x686E75) is known color: Raven. HEX triplet: 68, 6E and 75. RGB value is (104,110,117). Sum of RGB (Red+Green+Blue) = 104+110+117=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 117 - color contains mainly: blue. Hex color #686E75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686E75 is #97918A. Grayscale: #6C6C6C. Windows color (decimal): -9933195 or 7695976. OLE color: 7695976.
HSL color Cylindrical-coordinate representation of color #686E75: hue angle of 212.31º 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 #686E75 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 110 | 117 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.54 |
| HSL | 212.31º | 0.06% | 0.43% | - |
| HSV(B) | 212.31º | 0.11% | 0.46% | - |
| XYZ | 14.5 | 15.38 | 19.03 | - |
| YUV | 109 | 132.51 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 110 | 117 | 0.11 | 0.06 | 0 | 0.54 | 212.31 | 0.06 | 0.43 |
| Hex | 68 | 6E | 75 | B | 6 | 0 | 36 | D4 | 6 | 2B |
| Octal | 150 | 156 | 165 | 13 | 6 | 0 | 66 | 324 | 6 | 53 |
| Binary | 1101000 | 1101110 | 1110101 | 1011 | 110 | 0 | 110110 | 11010100 | 110 | 101011 |
Color Harmonies of #686E75
Complementary color
Monochromatic Colors of #686E75
Black with #686E75
Text Example
Text Example
White with #686E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686E75; }
p { color: rgb(104,110,117); }
H1.HeaderClassName
{
color: #686E75;
}
.AnyTagClassName
{
color: #686E75;
}
</style>
background-color css
<style>
a { background-color: #686E75; }
a { background-color: rgb(104,110,117); }
div.DivClassName
{
background-color: #686E75;
}
.BgClassName
{
background-color: #686E75;
}
</style>
border-color css
<style>
span { border-color: #686E75; }
span { border-color: rgb(104,110,117); }
td.TdClassName
{
border-color: #686E75;
}
.TagClassName
{
border-color: #686E75;
}
</style>