Shades of Fedora #67526B
Tints of Fedora #67526B
RGB
CMYK
RGB Variations
Color information
#67526B (or 0x67526B) is known color: Fedora. HEX triplet: 67, 52 and 6B. RGB value is (103,82,107). Sum of RGB (Red+Green+Blue) = 103+82+107=292 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.27% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 107 - color contains mainly: blue. Hex color #67526B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67526B is #98AD94. Grayscale: #5B5B5B. Windows color (decimal): -10005909 or 7033447. OLE color: 7033447.
HSL color Cylindrical-coordinate representation of color #67526B: hue angle of 290.4º 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 #67526B is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 82 | 107 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.58 |
| HSL | 290.4º | 0.13% | 0.37% | - |
| HSV(B) | 290.4º | 0.23% | 0.42% | - |
| XYZ | 11.26 | 9.98 | 15.24 | - |
| YUV | 91.13 | 136.96 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 82 | 107 | 0.04 | 0.23 | 0 | 0.58 | 290.4 | 0.13 | 0.37 |
| Hex | 67 | 52 | 6B | 4 | 17 | 0 | 3A | 122 | D | 25 |
| Octal | 147 | 122 | 153 | 4 | 27 | 0 | 72 | 442 | 15 | 45 |
| Binary | 1100111 | 1010010 | 1101011 | 100 | 10111 | 0 | 111010 | 100100010 | 1101 | 100101 |
Color Harmonies of #67526B
Complementary color
Monochromatic Colors of #67526B
Black with #67526B
Text Example
Text Example
White with #67526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67526B; }
p { color: rgb(103,82,107); }
H1.HeaderClassName
{
color: #67526B;
}
.AnyTagClassName
{
color: #67526B;
}
</style>
background-color css
<style>
a { background-color: #67526B; }
a { background-color: rgb(103,82,107); }
div.DivClassName
{
background-color: #67526B;
}
.BgClassName
{
background-color: #67526B;
}
</style>
border-color css
<style>
span { border-color: #67526B; }
span { border-color: rgb(103,82,107); }
td.TdClassName
{
border-color: #67526B;
}
.TagClassName
{
border-color: #67526B;
}
</style>