Shades of Raven #686B74
Tints of Raven #686B74
RGB
CMYK
RGB Variations
Color information
#686B74 (or 0x686B74) is known color: Raven. HEX triplet: 68, 6B and 74. RGB value is (104,107,116). Sum of RGB (Red+Green+Blue) = 104+107+116=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 107 (42.19% from 255 or 32.72% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 116 - color contains mainly: blue. Hex color #686B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686B74 is #97948B. Grayscale: #6B6B6B. Windows color (decimal): -9933964 or 7629672. OLE color: 7629672.
HSL color Cylindrical-coordinate representation of color #686B74: hue angle of 225º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #686B74 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 107 | 116 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.55 |
| HSL | 225º | 0.05% | 0.43% | - |
| HSV(B) | 225º | 0.1% | 0.45% | - |
| XYZ | 14.12 | 14.72 | 18.62 | - |
| YUV | 107.13 | 133.01 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 107 | 116 | 0.10 | 0.08 | 0 | 0.55 | 225 | 0.05 | 0.43 |
| Hex | 68 | 6B | 74 | A | 8 | 0 | 37 | E1 | 5 | 2B |
| Octal | 150 | 153 | 164 | 12 | 10 | 0 | 67 | 341 | 5 | 53 |
| Binary | 1101000 | 1101011 | 1110100 | 1010 | 1000 | 0 | 110111 | 11100001 | 101 | 101011 |
Color Harmonies of #686B74
Complementary color
Monochromatic Colors of #686B74
Black with #686B74
Text Example
Text Example
White with #686B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686B74; }
p { color: rgb(104,107,116); }
H1.HeaderClassName
{
color: #686B74;
}
.AnyTagClassName
{
color: #686B74;
}
</style>
background-color css
<style>
a { background-color: #686B74; }
a { background-color: rgb(104,107,116); }
div.DivClassName
{
background-color: #686B74;
}
.BgClassName
{
background-color: #686B74;
}
</style>
border-color css
<style>
span { border-color: #686B74; }
span { border-color: rgb(104,107,116); }
td.TdClassName
{
border-color: #686B74;
}
.TagClassName
{
border-color: #686B74;
}
</style>