Shades of Fedora #68526B
Tints of Fedora #68526B
RGB
CMYK
RGB Variations
Color information
#68526B (or 0x68526B) is known color: Fedora. HEX triplet: 68, 52 and 6B. RGB value is (104,82,107). Sum of RGB (Red+Green+Blue) = 104+82+107=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 107 - color contains mainly: blue. Hex color #68526B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68526B is #97AD94. Grayscale: #5B5B5B. Windows color (decimal): -9940373 or 7033448. OLE color: 7033448.
HSL color Cylindrical-coordinate representation of color #68526B: hue angle of 292.8º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #68526B is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 82 | 107 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.58 |
| HSL | 292.8º | 0.13% | 0.37% | - |
| HSV(B) | 292.8º | 0.23% | 0.42% | - |
| XYZ | 11.38 | 10.04 | 15.25 | - |
| YUV | 91.43 | 136.79 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 82 | 107 | 0.03 | 0.23 | 0 | 0.58 | 292.8 | 0.13 | 0.37 |
| Hex | 68 | 52 | 6B | 3 | 17 | 0 | 3A | 125 | D | 25 |
| Octal | 150 | 122 | 153 | 3 | 27 | 0 | 72 | 445 | 15 | 45 |
| Binary | 1101000 | 1010010 | 1101011 | 11 | 10111 | 0 | 111010 | 100100101 | 1101 | 100101 |
Color Harmonies of #68526B
Complementary color
Monochromatic Colors of #68526B
Black with #68526B
Text Example
Text Example
White with #68526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68526B; }
p { color: rgb(104,82,107); }
H1.HeaderClassName
{
color: #68526B;
}
.AnyTagClassName
{
color: #68526B;
}
</style>
background-color css
<style>
a { background-color: #68526B; }
a { background-color: rgb(104,82,107); }
div.DivClassName
{
background-color: #68526B;
}
.BgClassName
{
background-color: #68526B;
}
</style>
border-color css
<style>
span { border-color: #68526B; }
span { border-color: rgb(104,82,107); }
td.TdClassName
{
border-color: #68526B;
}
.TagClassName
{
border-color: #68526B;
}
</style>