Shades of Fedora #67526D
Tints of Fedora #67526D
RGB
CMYK
RGB Variations
Color information
#67526D (or 0x67526D) is known color: Fedora. HEX triplet: 67, 52 and 6D. RGB value is (103,82,109). Sum of RGB (Red+Green+Blue) = 103+82+109=294 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.03% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 109 - color contains mainly: blue. Hex color #67526D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67526D is #98AD92. Grayscale: #5B5B5B. Windows color (decimal): -10005907 or 7164519. OLE color: 7164519.
HSL color Cylindrical-coordinate representation of color #67526D: hue angle of 286.67º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #67526D is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 103 | 82 | 109 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.57 |
| HSL | 286.67º | 0.14% | 0.37% | - |
| HSV(B) | 286.67º | 0.25% | 0.43% | - |
| XYZ | 11.37 | 10.02 | 15.8 | - |
| YUV | 91.36 | 137.96 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 82 | 109 | 0.06 | 0.25 | 0 | 0.57 | 286.67 | 0.14 | 0.37 |
| Hex | 67 | 52 | 6D | 6 | 19 | 0 | 39 | 11F | E | 25 |
| Octal | 147 | 122 | 155 | 6 | 31 | 0 | 71 | 437 | 16 | 45 |
| Binary | 1100111 | 1010010 | 1101101 | 110 | 11001 | 0 | 111001 | 100011111 | 1110 | 100101 |
Color Harmonies of #67526D
Complementary color
Monochromatic Colors of #67526D
Black with #67526D
Text Example
Text Example
White with #67526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67526D; }
p { color: rgb(103,82,109); }
H1.HeaderClassName
{
color: #67526D;
}
.AnyTagClassName
{
color: #67526D;
}
</style>
background-color css
<style>
a { background-color: #67526D; }
a { background-color: rgb(103,82,109); }
div.DivClassName
{
background-color: #67526D;
}
.BgClassName
{
background-color: #67526D;
}
</style>
border-color css
<style>
span { border-color: #67526D; }
span { border-color: rgb(103,82,109); }
td.TdClassName
{
border-color: #67526D;
}
.TagClassName
{
border-color: #67526D;
}
</style>