Shades of Fedora #68546F
Tints of Fedora #68546F
RGB
CMYK
RGB Variations
Color information
#68546F (or 0x68546F) is known color: Fedora. HEX triplet: 68, 54 and 6F. RGB value is (104,84,111). Sum of RGB (Red+Green+Blue) = 104+84+111=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 111 - color contains mainly: blue. Hex color #68546F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68546F is #97AB90. Grayscale: #5C5C5C. Windows color (decimal): -9939857 or 7296104. OLE color: 7296104.
HSL color Cylindrical-coordinate representation of color #68546F: hue angle of 284.44º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #68546F is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 84 | 111 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.56 |
| HSL | 284.44º | 0.14% | 0.38% | - |
| HSV(B) | 284.44º | 0.24% | 0.44% | - |
| XYZ | 11.75 | 10.43 | 16.43 | - |
| YUV | 93.06 | 138.13 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 84 | 111 | 0.06 | 0.24 | 0 | 0.56 | 284.44 | 0.14 | 0.38 |
| Hex | 68 | 54 | 6F | 6 | 18 | 0 | 38 | 11C | E | 26 |
| Octal | 150 | 124 | 157 | 6 | 30 | 0 | 70 | 434 | 16 | 46 |
| Binary | 1101000 | 1010100 | 1101111 | 110 | 11000 | 0 | 111000 | 100011100 | 1110 | 100110 |
Color Harmonies of #68546F
Complementary color
Monochromatic Colors of #68546F
Black with #68546F
Text Example
Text Example
White with #68546F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68546F; }
p { color: rgb(104,84,111); }
H1.HeaderClassName
{
color: #68546F;
}
.AnyTagClassName
{
color: #68546F;
}
</style>
background-color css
<style>
a { background-color: #68546F; }
a { background-color: rgb(104,84,111); }
div.DivClassName
{
background-color: #68546F;
}
.BgClassName
{
background-color: #68546F;
}
</style>
border-color css
<style>
span { border-color: #68546F; }
span { border-color: rgb(104,84,111); }
td.TdClassName
{
border-color: #68546F;
}
.TagClassName
{
border-color: #68546F;
}
</style>