Shades of Raven #686C7A
Tints of Raven #686C7A
RGB
CMYK
RGB Variations
Color information
#686C7A (or 0x686C7A) is known color: Raven. HEX triplet: 68, 6C and 7A. RGB value is (104,108,122). Sum of RGB (Red+Green+Blue) = 104+108+122=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 122 - color contains mainly: blue. Hex color #686C7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686C7A is #979385. Grayscale: #6C6C6C. Windows color (decimal): -9933702 or 8023144. OLE color: 8023144.
HSL color Cylindrical-coordinate representation of color #686C7A: hue angle of 226.67º 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 #686C7A is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 108 | 122 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.52 |
| HSL | 226.67º | 0.08% | 0.44% | - |
| HSV(B) | 226.67º | 0.15% | 0.48% | - |
| XYZ | 14.58 | 15.07 | 20.55 | - |
| YUV | 108.4 | 135.67 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 122 | 0.15 | 0.11 | 0 | 0.52 | 226.67 | 0.08 | 0.44 |
| Hex | 68 | 6C | 7A | F | B | 0 | 34 | E3 | 8 | 2C |
| Octal | 150 | 154 | 172 | 17 | 13 | 0 | 64 | 343 | 10 | 54 |
| Binary | 1101000 | 1101100 | 1111010 | 1111 | 1011 | 0 | 110100 | 11100011 | 1000 | 101100 |
Color Harmonies of #686C7A
Complementary color
Monochromatic Colors of #686C7A
Black with #686C7A
Text Example
Text Example
White with #686C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686C7A; }
p { color: rgb(104,108,122); }
H1.HeaderClassName
{
color: #686C7A;
}
.AnyTagClassName
{
color: #686C7A;
}
</style>
background-color css
<style>
a { background-color: #686C7A; }
a { background-color: rgb(104,108,122); }
div.DivClassName
{
background-color: #686C7A;
}
.BgClassName
{
background-color: #686C7A;
}
</style>
border-color css
<style>
span { border-color: #686C7A; }
span { border-color: rgb(104,108,122); }
td.TdClassName
{
border-color: #686C7A;
}
.TagClassName
{
border-color: #686C7A;
}
</style>