Shades of Raven #686F7B
Tints of Raven #686F7B
RGB
CMYK
RGB Variations
Color information
#686F7B (or 0x686F7B) is known color: Raven. HEX triplet: 68, 6F and 7B. RGB value is (104,111,123). Sum of RGB (Red+Green+Blue) = 104+111+123=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 123 - color contains mainly: blue. Hex color #686F7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686F7B is #979084. Grayscale: #6E6E6E. Windows color (decimal): -9932933 or 8089448. OLE color: 8089448.
HSL color Cylindrical-coordinate representation of color #686F7B: hue angle of 217.89º 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 #686F7B is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 111 | 123 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.52 |
| HSL | 217.89º | 0.08% | 0.45% | - |
| HSV(B) | 217.89º | 0.15% | 0.48% | - |
| XYZ | 14.97 | 15.74 | 20.99 | - |
| YUV | 110.28 | 135.18 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 123 | 0.15 | 0.10 | 0 | 0.52 | 217.89 | 0.08 | 0.45 |
| Hex | 68 | 6F | 7B | F | A | 0 | 34 | DA | 8 | 2D |
| Octal | 150 | 157 | 173 | 17 | 12 | 0 | 64 | 332 | 10 | 55 |
| Binary | 1101000 | 1101111 | 1111011 | 1111 | 1010 | 0 | 110100 | 11011010 | 1000 | 101101 |
Color Harmonies of #686F7B
Complementary color
Monochromatic Colors of #686F7B
Black with #686F7B
Text Example
Text Example
White with #686F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686F7B; }
p { color: rgb(104,111,123); }
H1.HeaderClassName
{
color: #686F7B;
}
.AnyTagClassName
{
color: #686F7B;
}
</style>
background-color css
<style>
a { background-color: #686F7B; }
a { background-color: rgb(104,111,123); }
div.DivClassName
{
background-color: #686F7B;
}
.BgClassName
{
background-color: #686F7B;
}
</style>
border-color css
<style>
span { border-color: #686F7B; }
span { border-color: rgb(104,111,123); }
td.TdClassName
{
border-color: #686F7B;
}
.TagClassName
{
border-color: #686F7B;
}
</style>