Shades of Fedora #685A6E
Tints of Fedora #685A6E
RGB
CMYK
RGB Variations
Color information
#685A6E (or 0x685A6E) is known color: Fedora. HEX triplet: 68, 5A and 6E. RGB value is (104,90,110). Sum of RGB (Red+Green+Blue) = 104+90+110=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 110 - color contains mainly: blue. Hex color #685A6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685A6E is #97A591. Grayscale: #606060. Windows color (decimal): -9938322 or 7232104. OLE color: 7232104.
HSL color Cylindrical-coordinate representation of color #685A6E: hue angle of 282º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #685A6E is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 90 | 110 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.57 |
| HSL | 282º | 0.1% | 0.39% | - |
| HSV(B) | 282º | 0.18% | 0.43% | - |
| XYZ | 12.18 | 11.38 | 16.31 | - |
| YUV | 96.47 | 135.64 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 90 | 110 | 0.05 | 0.18 | 0 | 0.57 | 282 | 0.1 | 0.39 |
| Hex | 68 | 5A | 6E | 5 | 12 | 0 | 39 | 11A | A | 27 |
| Octal | 150 | 132 | 156 | 5 | 22 | 0 | 71 | 432 | 12 | 47 |
| Binary | 1101000 | 1011010 | 1101110 | 101 | 10010 | 0 | 111001 | 100011010 | 1010 | 100111 |
Color Harmonies of #685A6E
Complementary color
Monochromatic Colors of #685A6E
Black with #685A6E
Text Example
Text Example
White with #685A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685A6E; }
p { color: rgb(104,90,110); }
H1.HeaderClassName
{
color: #685A6E;
}
.AnyTagClassName
{
color: #685A6E;
}
</style>
background-color css
<style>
a { background-color: #685A6E; }
a { background-color: rgb(104,90,110); }
div.DivClassName
{
background-color: #685A6E;
}
.BgClassName
{
background-color: #685A6E;
}
</style>
border-color css
<style>
span { border-color: #685A6E; }
span { border-color: rgb(104,90,110); }
td.TdClassName
{
border-color: #685A6E;
}
.TagClassName
{
border-color: #685A6E;
}
</style>