Shades of Raven #686C75
Tints of Raven #686C75
RGB
CMYK
RGB Variations
Color information
#686C75 (or 0x686C75) is known color: Raven. HEX triplet: 68, 6C and 75. RGB value is (104,108,117). Sum of RGB (Red+Green+Blue) = 104+108+117=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 117 - color contains mainly: blue. Hex color #686C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686C75 is #97938A. Grayscale: #6B6B6B. Windows color (decimal): -9933707 or 7695464. OLE color: 7695464.
HSL color Cylindrical-coordinate representation of color #686C75: hue angle of 221.54º 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 #686C75 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 108 | 117 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.54 |
| HSL | 221.54º | 0.06% | 0.43% | - |
| HSV(B) | 221.54º | 0.11% | 0.46% | - |
| XYZ | 14.28 | 14.95 | 18.96 | - |
| YUV | 107.83 | 133.17 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 117 | 0.11 | 0.08 | 0 | 0.54 | 221.54 | 0.06 | 0.43 |
| Hex | 68 | 6C | 75 | B | 8 | 0 | 36 | DE | 6 | 2B |
| Octal | 150 | 154 | 165 | 13 | 10 | 0 | 66 | 336 | 6 | 53 |
| Binary | 1101000 | 1101100 | 1110101 | 1011 | 1000 | 0 | 110110 | 11011110 | 110 | 101011 |
Color Harmonies of #686C75
Complementary color
Monochromatic Colors of #686C75
Black with #686C75
Text Example
Text Example
White with #686C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686C75; }
p { color: rgb(104,108,117); }
H1.HeaderClassName
{
color: #686C75;
}
.AnyTagClassName
{
color: #686C75;
}
</style>
background-color css
<style>
a { background-color: #686C75; }
a { background-color: rgb(104,108,117); }
div.DivClassName
{
background-color: #686C75;
}
.BgClassName
{
background-color: #686C75;
}
</style>
border-color css
<style>
span { border-color: #686C75; }
span { border-color: rgb(104,108,117); }
td.TdClassName
{
border-color: #686C75;
}
.TagClassName
{
border-color: #686C75;
}
</style>