Shades of Fedora #68516A
Tints of Fedora #68516A
RGB
CMYK
RGB Variations
Color information
#68516A (or 0x68516A) is known color: Fedora. HEX triplet: 68, 51 and 6A. RGB value is (104,81,106). Sum of RGB (Red+Green+Blue) = 104+81+106=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 106 - color contains mainly: blue. Hex color #68516A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68516A is #97AE95. Grayscale: #5A5A5A. Windows color (decimal): -9940630 or 6967656. OLE color: 6967656.
HSL color Cylindrical-coordinate representation of color #68516A: hue angle of 295.2º 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 #68516A is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 81 | 106 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.58 |
| HSL | 295.2º | 0.13% | 0.37% | - |
| HSV(B) | 295.2º | 0.24% | 0.42% | - |
| XYZ | 11.25 | 9.87 | 14.95 | - |
| YUV | 90.73 | 136.62 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 81 | 106 | 0.02 | 0.24 | 0 | 0.58 | 295.2 | 0.13 | 0.37 |
| Hex | 68 | 51 | 6A | 2 | 18 | 0 | 3A | 127 | D | 25 |
| Octal | 150 | 121 | 152 | 2 | 30 | 0 | 72 | 447 | 15 | 45 |
| Binary | 1101000 | 1010001 | 1101010 | 10 | 11000 | 0 | 111010 | 100100111 | 1101 | 100101 |
Color Harmonies of #68516A
Complementary color
Monochromatic Colors of #68516A
Black with #68516A
Text Example
Text Example
White with #68516A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68516A; }
p { color: rgb(104,81,106); }
H1.HeaderClassName
{
color: #68516A;
}
.AnyTagClassName
{
color: #68516A;
}
</style>
background-color css
<style>
a { background-color: #68516A; }
a { background-color: rgb(104,81,106); }
div.DivClassName
{
background-color: #68516A;
}
.BgClassName
{
background-color: #68516A;
}
</style>
border-color css
<style>
span { border-color: #68516A; }
span { border-color: rgb(104,81,106); }
td.TdClassName
{
border-color: #68516A;
}
.TagClassName
{
border-color: #68516A;
}
</style>