Shades of Fedora #675173
Tints of Fedora #675173
RGB
CMYK
RGB Variations
Color information
#675173 (or 0x675173) is known color: Fedora. HEX triplet: 67, 51 and 73. RGB value is (103,81,115). Sum of RGB (Red+Green+Blue) = 103+81+115=299 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.45% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 115 - color contains mainly: blue. Hex color #675173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675173 is #98AE8C. Grayscale: #5B5B5B. Windows color (decimal): -10006157 or 7557479. OLE color: 7557479.
HSL color Cylindrical-coordinate representation of color #675173: hue angle of 278.82º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #675173 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 103 | 81 | 115 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.55 |
| HSL | 278.82º | 0.17% | 0.38% | - |
| HSV(B) | 278.82º | 0.3% | 0.45% | - |
| XYZ | 11.63 | 10.01 | 17.54 | - |
| YUV | 91.45 | 141.29 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 81 | 115 | 0.10 | 0.30 | 0 | 0.55 | 278.82 | 0.17 | 0.38 |
| Hex | 67 | 51 | 73 | A | 1E | 0 | 37 | 117 | 11 | 26 |
| Octal | 147 | 121 | 163 | 12 | 36 | 0 | 67 | 427 | 21 | 46 |
| Binary | 1100111 | 1010001 | 1110011 | 1010 | 11110 | 0 | 110111 | 100010111 | 10001 | 100110 |
Color Harmonies of #675173
Complementary color
Monochromatic Colors of #675173
Black with #675173
Text Example
Text Example
White with #675173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675173; }
p { color: rgb(103,81,115); }
H1.HeaderClassName
{
color: #675173;
}
.AnyTagClassName
{
color: #675173;
}
</style>
background-color css
<style>
a { background-color: #675173; }
a { background-color: rgb(103,81,115); }
div.DivClassName
{
background-color: #675173;
}
.BgClassName
{
background-color: #675173;
}
</style>
border-color css
<style>
span { border-color: #675173; }
span { border-color: rgb(103,81,115); }
td.TdClassName
{
border-color: #675173;
}
.TagClassName
{
border-color: #675173;
}
</style>