Shades of Fedora #6A516A
Tints of Fedora #6A516A
RGB
CMYK
RGB Variations
Color information
#6A516A (or 0x6A516A) is known color: Fedora. HEX triplet: 6A, 51 and 6A. RGB value is (106,81,106). Sum of RGB (Red+Green+Blue) = 106+81+106=293 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.18% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 106 - color contains mainly: red, blue. Hex color #6A516A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A516A is #95AE95. Grayscale: #5B5B5B. Windows color (decimal): -9809558 or 6967658. OLE color: 6967658.
HSL color Cylindrical-coordinate representation of color #6A516A: hue angle of 300º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6A516A is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 81 | 106 | - |
| CMYK | 0 | 0.24 | 0 | 0.58 |
| HSL | 300º | 0.13% | 0.37% | - |
| HSV(B) | 300º | 0.24% | 0.42% | - |
| XYZ | 11.49 | 9.99 | 14.96 | - |
| YUV | 91.33 | 136.28 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 81 | 106 | 0 | 0.24 | 0 | 0.58 | 300 | 0.13 | 0.37 |
| Hex | 6A | 51 | 6A | 0 | 18 | 0 | 3A | 12C | D | 25 |
| Octal | 152 | 121 | 152 | 0 | 30 | 0 | 72 | 454 | 15 | 45 |
| Binary | 1101010 | 1010001 | 1101010 | 0 | 11000 | 0 | 111010 | 100101100 | 1101 | 100101 |
Color Harmonies of #6A516A
Complementary color
Monochromatic Colors of #6A516A
Black with #6A516A
Text Example
Text Example
White with #6A516A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A516A; }
p { color: rgb(106,81,106); }
H1.HeaderClassName
{
color: #6A516A;
}
.AnyTagClassName
{
color: #6A516A;
}
</style>
background-color css
<style>
a { background-color: #6A516A; }
a { background-color: rgb(106,81,106); }
div.DivClassName
{
background-color: #6A516A;
}
.BgClassName
{
background-color: #6A516A;
}
</style>
border-color css
<style>
span { border-color: #6A516A; }
span { border-color: rgb(106,81,106); }
td.TdClassName
{
border-color: #6A516A;
}
.TagClassName
{
border-color: #6A516A;
}
</style>