Shades of Fedora #68556A
Tints of Fedora #68556A
RGB
CMYK
RGB Variations
Color information
#68556A (or 0x68556A) is known color: Fedora. HEX triplet: 68, 55 and 6A. RGB value is (104,85,106). Sum of RGB (Red+Green+Blue) = 104+85+106=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 106 - color contains mainly: blue. Hex color #68556A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68556A is #97AA95. Grayscale: #5D5D5D. Windows color (decimal): -9939606 or 6968680. OLE color: 6968680.
HSL color Cylindrical-coordinate representation of color #68556A: hue angle of 294.29º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #68556A is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 85 | 106 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.58 |
| HSL | 294.29º | 0.11% | 0.37% | - |
| HSV(B) | 294.29º | 0.2% | 0.42% | - |
| XYZ | 11.56 | 10.48 | 15.05 | - |
| YUV | 93.08 | 135.29 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 85 | 106 | 0.02 | 0.20 | 0 | 0.58 | 294.29 | 0.11 | 0.37 |
| Hex | 68 | 55 | 6A | 2 | 14 | 0 | 3A | 126 | B | 25 |
| Octal | 150 | 125 | 152 | 2 | 24 | 0 | 72 | 446 | 13 | 45 |
| Binary | 1101000 | 1010101 | 1101010 | 10 | 10100 | 0 | 111010 | 100100110 | 1011 | 100101 |
Color Harmonies of #68556A
Complementary color
Monochromatic Colors of #68556A
Black with #68556A
Text Example
Text Example
White with #68556A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68556A; }
p { color: rgb(104,85,106); }
H1.HeaderClassName
{
color: #68556A;
}
.AnyTagClassName
{
color: #68556A;
}
</style>
background-color css
<style>
a { background-color: #68556A; }
a { background-color: rgb(104,85,106); }
div.DivClassName
{
background-color: #68556A;
}
.BgClassName
{
background-color: #68556A;
}
</style>
border-color css
<style>
span { border-color: #68556A; }
span { border-color: rgb(104,85,106); }
td.TdClassName
{
border-color: #68556A;
}
.TagClassName
{
border-color: #68556A;
}
</style>