Shades of Fedora #68616A
Tints of Fedora #68616A
RGB
CMYK
RGB Variations
Color information
#68616A (or 0x68616A) is known color: Fedora. HEX triplet: 68, 61 and 6A. RGB value is (104,97,106). Sum of RGB (Red+Green+Blue) = 104+97+106=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 106 - color contains mainly: blue. Hex color #68616A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68616A is #979E95. Grayscale: #646464. Windows color (decimal): -9936534 or 6971752. OLE color: 6971752.
HSL color Cylindrical-coordinate representation of color #68616A: hue angle of 286.67º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #68616A is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 97 | 106 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.58 |
| HSL | 286.67º | 0.04% | 0.4% | - |
| HSV(B) | 286.67º | 0.08% | 0.42% | - |
| XYZ | 12.59 | 12.53 | 15.39 | - |
| YUV | 100.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 97 | 106 | 0.02 | 0.08 | 0 | 0.58 | 286.67 | 0.04 | 0.4 |
| Hex | 68 | 61 | 6A | 2 | 8 | 0 | 3A | 11F | 4 | 28 |
| Octal | 150 | 141 | 152 | 2 | 10 | 0 | 72 | 437 | 4 | 50 |
| Binary | 1101000 | 1100001 | 1101010 | 10 | 1000 | 0 | 111010 | 100011111 | 100 | 101000 |
Color Harmonies of #68616A
Complementary color
Monochromatic Colors of #68616A
Black with #68616A
Text Example
Text Example
White with #68616A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68616A; }
p { color: rgb(104,97,106); }
H1.HeaderClassName
{
color: #68616A;
}
.AnyTagClassName
{
color: #68616A;
}
</style>
background-color css
<style>
a { background-color: #68616A; }
a { background-color: rgb(104,97,106); }
div.DivClassName
{
background-color: #68616A;
}
.BgClassName
{
background-color: #68616A;
}
</style>
border-color css
<style>
span { border-color: #68616A; }
span { border-color: rgb(104,97,106); }
td.TdClassName
{
border-color: #68616A;
}
.TagClassName
{
border-color: #68616A;
}
</style>