Shades of Fedora #685C6A
Tints of Fedora #685C6A
RGB
CMYK
RGB Variations
Color information
#685C6A (or 0x685C6A) is known color: Fedora. HEX triplet: 68, 5C and 6A. RGB value is (104,92,106). Sum of RGB (Red+Green+Blue) = 104+92+106=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 92 (36.33% from 255 or 30.46% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 106 - color contains mainly: blue. Hex color #685C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685C6A is #97A395. Grayscale: #616161. Windows color (decimal): -9937814 or 6970472. OLE color: 6970472.
HSL color Cylindrical-coordinate representation of color #685C6A: hue angle of 291.43º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #685C6A is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 92 | 106 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.58 |
| HSL | 291.43º | 0.07% | 0.39% | - |
| HSV(B) | 291.43º | 0.13% | 0.42% | - |
| XYZ | 12.14 | 11.64 | 15.24 | - |
| YUV | 97.18 | 132.98 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 92 | 106 | 0.02 | 0.13 | 0 | 0.58 | 291.43 | 0.07 | 0.39 |
| Hex | 68 | 5C | 6A | 2 | D | 0 | 3A | 123 | 7 | 27 |
| Octal | 150 | 134 | 152 | 2 | 15 | 0 | 72 | 443 | 7 | 47 |
| Binary | 1101000 | 1011100 | 1101010 | 10 | 1101 | 0 | 111010 | 100100011 | 111 | 100111 |
Color Harmonies of #685C6A
Complementary color
Monochromatic Colors of #685C6A
Black with #685C6A
Text Example
Text Example
White with #685C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685C6A; }
p { color: rgb(104,92,106); }
H1.HeaderClassName
{
color: #685C6A;
}
.AnyTagClassName
{
color: #685C6A;
}
</style>
background-color css
<style>
a { background-color: #685C6A; }
a { background-color: rgb(104,92,106); }
div.DivClassName
{
background-color: #685C6A;
}
.BgClassName
{
background-color: #685C6A;
}
</style>
border-color css
<style>
span { border-color: #685C6A; }
span { border-color: rgb(104,92,106); }
td.TdClassName
{
border-color: #685C6A;
}
.TagClassName
{
border-color: #685C6A;
}
</style>