Shades of Fedora #685B6D
Tints of Fedora #685B6D
RGB
CMYK
RGB Variations
Color information
#685B6D (or 0x685B6D) is known color: Fedora. HEX triplet: 68, 5B and 6D. RGB value is (104,91,109). Sum of RGB (Red+Green+Blue) = 104+91+109=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 109 - color contains mainly: blue. Hex color #685B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685B6D is #97A492. Grayscale: #606060. Windows color (decimal): -9938067 or 7166824. OLE color: 7166824.
HSL color Cylindrical-coordinate representation of color #685B6D: hue angle of 283.33º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #685B6D is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 91 | 109 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.57 |
| HSL | 283.33º | 0.09% | 0.39% | - |
| HSV(B) | 283.33º | 0.17% | 0.43% | - |
| XYZ | 12.21 | 11.53 | 16.05 | - |
| YUV | 96.94 | 134.81 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 91 | 109 | 0.05 | 0.17 | 0 | 0.57 | 283.33 | 0.09 | 0.39 |
| Hex | 68 | 5B | 6D | 5 | 11 | 0 | 39 | 11B | 9 | 27 |
| Octal | 150 | 133 | 155 | 5 | 21 | 0 | 71 | 433 | 11 | 47 |
| Binary | 1101000 | 1011011 | 1101101 | 101 | 10001 | 0 | 111001 | 100011011 | 1001 | 100111 |
Color Harmonies of #685B6D
Complementary color
Monochromatic Colors of #685B6D
Black with #685B6D
Text Example
Text Example
White with #685B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685B6D; }
p { color: rgb(104,91,109); }
H1.HeaderClassName
{
color: #685B6D;
}
.AnyTagClassName
{
color: #685B6D;
}
</style>
background-color css
<style>
a { background-color: #685B6D; }
a { background-color: rgb(104,91,109); }
div.DivClassName
{
background-color: #685B6D;
}
.BgClassName
{
background-color: #685B6D;
}
</style>
border-color css
<style>
span { border-color: #685B6D; }
span { border-color: rgb(104,91,109); }
td.TdClassName
{
border-color: #685B6D;
}
.TagClassName
{
border-color: #685B6D;
}
</style>