Shades of Fedora #68506C
Tints of Fedora #68506C
RGB
CMYK
RGB Variations
Color information
#68506C (or 0x68506C) is known color: Fedora. HEX triplet: 68, 50 and 6C. RGB value is (104,80,108). Sum of RGB (Red+Green+Blue) = 104+80+108=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 108 - color contains mainly: blue. Hex color #68506C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68506C is #97AF93. Grayscale: #5A5A5A. Windows color (decimal): -9940884 or 7098472. OLE color: 7098472.
HSL color Cylindrical-coordinate representation of color #68506C: hue angle of 291.43º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #68506C is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 80 | 108 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.58 |
| HSL | 291.43º | 0.15% | 0.37% | - |
| HSV(B) | 291.43º | 0.26% | 0.42% | - |
| XYZ | 11.28 | 9.76 | 15.48 | - |
| YUV | 90.37 | 137.95 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 80 | 108 | 0.04 | 0.26 | 0 | 0.58 | 291.43 | 0.15 | 0.37 |
| Hex | 68 | 50 | 6C | 4 | 1A | 0 | 3A | 123 | F | 25 |
| Octal | 150 | 120 | 154 | 4 | 32 | 0 | 72 | 443 | 17 | 45 |
| Binary | 1101000 | 1010000 | 1101100 | 100 | 11010 | 0 | 111010 | 100100011 | 1111 | 100101 |
Color Harmonies of #68506C
Complementary color
Monochromatic Colors of #68506C
Black with #68506C
Text Example
Text Example
White with #68506C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68506C; }
p { color: rgb(104,80,108); }
H1.HeaderClassName
{
color: #68506C;
}
.AnyTagClassName
{
color: #68506C;
}
</style>
background-color css
<style>
a { background-color: #68506C; }
a { background-color: rgb(104,80,108); }
div.DivClassName
{
background-color: #68506C;
}
.BgClassName
{
background-color: #68506C;
}
</style>
border-color css
<style>
span { border-color: #68506C; }
span { border-color: rgb(104,80,108); }
td.TdClassName
{
border-color: #68506C;
}
.TagClassName
{
border-color: #68506C;
}
</style>