Shades of Fedora #68536D
Tints of Fedora #68536D
RGB
CMYK
RGB Variations
Color information
#68536D (or 0x68536D) is known color: Fedora. HEX triplet: 68, 53 and 6D. RGB value is (104,83,109). Sum of RGB (Red+Green+Blue) = 104+83+109=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 109 - color contains mainly: blue. Hex color #68536D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68536D is #97AC92. Grayscale: #5C5C5C. Windows color (decimal): -9940115 or 7164776. OLE color: 7164776.
HSL color Cylindrical-coordinate representation of color #68536D: hue angle of 288.46º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #68536D is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 83 | 109 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.57 |
| HSL | 288.46º | 0.14% | 0.38% | - |
| HSV(B) | 288.46º | 0.24% | 0.43% | - |
| XYZ | 11.56 | 10.23 | 15.83 | - |
| YUV | 92.24 | 137.46 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 83 | 109 | 0.05 | 0.24 | 0 | 0.57 | 288.46 | 0.14 | 0.38 |
| Hex | 68 | 53 | 6D | 5 | 18 | 0 | 39 | 120 | E | 26 |
| Octal | 150 | 123 | 155 | 5 | 30 | 0 | 71 | 440 | 16 | 46 |
| Binary | 1101000 | 1010011 | 1101101 | 101 | 11000 | 0 | 111001 | 100100000 | 1110 | 100110 |
Color Harmonies of #68536D
Complementary color
Monochromatic Colors of #68536D
Black with #68536D
Text Example
Text Example
White with #68536D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68536D; }
p { color: rgb(104,83,109); }
H1.HeaderClassName
{
color: #68536D;
}
.AnyTagClassName
{
color: #68536D;
}
</style>
background-color css
<style>
a { background-color: #68536D; }
a { background-color: rgb(104,83,109); }
div.DivClassName
{
background-color: #68536D;
}
.BgClassName
{
background-color: #68536D;
}
</style>
border-color css
<style>
span { border-color: #68536D; }
span { border-color: rgb(104,83,109); }
td.TdClassName
{
border-color: #68536D;
}
.TagClassName
{
border-color: #68536D;
}
</style>