Shades of Fedora #675073
Tints of Fedora #675073
RGB
CMYK
RGB Variations
Color information
#675073 (or 0x675073) is known color: Fedora. HEX triplet: 67, 50 and 73. RGB value is (103,80,115). Sum of RGB (Red+Green+Blue) = 103+80+115=298 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.56% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 115 - color contains mainly: blue. Hex color #675073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675073 is #98AF8C. Grayscale: #5A5A5A. Windows color (decimal): -10006413 or 7557223. OLE color: 7557223.
HSL color Cylindrical-coordinate representation of color #675073: hue angle of 279.43º degrees, saturation: 0.18, 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 #675073 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 103 | 80 | 115 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.55 |
| HSL | 279.43º | 0.18% | 0.38% | - |
| HSV(B) | 279.43º | 0.3% | 0.45% | - |
| XYZ | 11.56 | 9.86 | 17.51 | - |
| YUV | 90.87 | 141.62 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 80 | 115 | 0.10 | 0.30 | 0 | 0.55 | 279.43 | 0.18 | 0.38 |
| Hex | 67 | 50 | 73 | A | 1E | 0 | 37 | 117 | 12 | 26 |
| Octal | 147 | 120 | 163 | 12 | 36 | 0 | 67 | 427 | 22 | 46 |
| Binary | 1100111 | 1010000 | 1110011 | 1010 | 11110 | 0 | 110111 | 100010111 | 10010 | 100110 |
Color Harmonies of #675073
Complementary color
Monochromatic Colors of #675073
Black with #675073
Text Example
Text Example
White with #675073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675073; }
p { color: rgb(103,80,115); }
H1.HeaderClassName
{
color: #675073;
}
.AnyTagClassName
{
color: #675073;
}
</style>
background-color css
<style>
a { background-color: #675073; }
a { background-color: rgb(103,80,115); }
div.DivClassName
{
background-color: #675073;
}
.BgClassName
{
background-color: #675073;
}
</style>
border-color css
<style>
span { border-color: #675073; }
span { border-color: rgb(103,80,115); }
td.TdClassName
{
border-color: #675073;
}
.TagClassName
{
border-color: #675073;
}
</style>