Shades of Fedora #68606B
Tints of Fedora #68606B
RGB
CMYK
RGB Variations
Color information
#68606B (or 0x68606B) is known color: Fedora. HEX triplet: 68, 60 and 6B. RGB value is (104,96,107). Sum of RGB (Red+Green+Blue) = 104+96+107=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 107 - color contains mainly: blue. Hex color #68606B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68606B is #979F94. Grayscale: #636363. Windows color (decimal): -9936789 or 7037032. OLE color: 7037032.
HSL color Cylindrical-coordinate representation of color #68606B: hue angle of 283.64º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #68606B is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 96 | 107 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.58 |
| HSL | 283.64º | 0.05% | 0.4% | - |
| HSV(B) | 283.64º | 0.1% | 0.42% | - |
| XYZ | 12.55 | 12.37 | 15.64 | - |
| YUV | 99.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 96 | 107 | 0.03 | 0.10 | 0 | 0.58 | 283.64 | 0.05 | 0.4 |
| Hex | 68 | 60 | 6B | 3 | A | 0 | 3A | 11C | 5 | 28 |
| Octal | 150 | 140 | 153 | 3 | 12 | 0 | 72 | 434 | 5 | 50 |
| Binary | 1101000 | 1100000 | 1101011 | 11 | 1010 | 0 | 111010 | 100011100 | 101 | 101000 |
Color Harmonies of #68606B
Complementary color
Monochromatic Colors of #68606B
Black with #68606B
Text Example
Text Example
White with #68606B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68606B; }
p { color: rgb(104,96,107); }
H1.HeaderClassName
{
color: #68606B;
}
.AnyTagClassName
{
color: #68606B;
}
</style>
background-color css
<style>
a { background-color: #68606B; }
a { background-color: rgb(104,96,107); }
div.DivClassName
{
background-color: #68606B;
}
.BgClassName
{
background-color: #68606B;
}
</style>
border-color css
<style>
span { border-color: #68606B; }
span { border-color: rgb(104,96,107); }
td.TdClassName
{
border-color: #68606B;
}
.TagClassName
{
border-color: #68606B;
}
</style>