Shades of Fedora #675271
Tints of Fedora #675271
RGB
CMYK
RGB Variations
Color information
#675271 (or 0x675271) is known color: Fedora. HEX triplet: 67, 52 and 71. RGB value is (103,82,113). Sum of RGB (Red+Green+Blue) = 103+82+113=298 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.56% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 113 - color contains mainly: blue. Hex color #675271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675271 is #98AD8E. Grayscale: #5B5B5B. Windows color (decimal): -10005903 or 7426663. OLE color: 7426663.
HSL color Cylindrical-coordinate representation of color #675271: hue angle of 280.65º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #675271 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 82 | 113 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.56 |
| HSL | 280.65º | 0.16% | 0.38% | - |
| HSV(B) | 280.65º | 0.27% | 0.44% | - |
| XYZ | 11.59 | 10.11 | 16.96 | - |
| YUV | 91.81 | 139.96 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 82 | 113 | 0.09 | 0.27 | 0 | 0.56 | 280.65 | 0.16 | 0.38 |
| Hex | 67 | 52 | 71 | 9 | 1B | 0 | 38 | 119 | 10 | 26 |
| Octal | 147 | 122 | 161 | 11 | 33 | 0 | 70 | 431 | 20 | 46 |
| Binary | 1100111 | 1010010 | 1110001 | 1001 | 11011 | 0 | 111000 | 100011001 | 10000 | 100110 |
Color Harmonies of #675271
Complementary color
Monochromatic Colors of #675271
Black with #675271
Text Example
Text Example
White with #675271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675271; }
p { color: rgb(103,82,113); }
H1.HeaderClassName
{
color: #675271;
}
.AnyTagClassName
{
color: #675271;
}
</style>
background-color css
<style>
a { background-color: #675271; }
a { background-color: rgb(103,82,113); }
div.DivClassName
{
background-color: #675271;
}
.BgClassName
{
background-color: #675271;
}
</style>
border-color css
<style>
span { border-color: #675271; }
span { border-color: rgb(103,82,113); }
td.TdClassName
{
border-color: #675271;
}
.TagClassName
{
border-color: #675271;
}
</style>