Shades of Fedora #675570
Tints of Fedora #675570
RGB
CMYK
RGB Variations
Color information
#675570 (or 0x675570) is known color: Fedora. HEX triplet: 67, 55 and 70. RGB value is (103,85,112). Sum of RGB (Red+Green+Blue) = 103+85+112=300 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.33% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 112 - color contains mainly: blue. Hex color #675570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675570 is #98AA8F. Grayscale: #5D5D5D. Windows color (decimal): -10005136 or 7361895. OLE color: 7361895.
HSL color Cylindrical-coordinate representation of color #675570: hue angle of 280º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #675570 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 85 | 112 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.56 |
| HSL | 280º | 0.14% | 0.39% | - |
| HSV(B) | 280º | 0.24% | 0.44% | - |
| XYZ | 11.77 | 10.55 | 16.75 | - |
| YUV | 93.46 | 138.46 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 85 | 112 | 0.08 | 0.24 | 0 | 0.56 | 280 | 0.14 | 0.39 |
| Hex | 67 | 55 | 70 | 8 | 18 | 0 | 38 | 118 | E | 27 |
| Octal | 147 | 125 | 160 | 10 | 30 | 0 | 70 | 430 | 16 | 47 |
| Binary | 1100111 | 1010101 | 1110000 | 1000 | 11000 | 0 | 111000 | 100011000 | 1110 | 100111 |
Color Harmonies of #675570
Complementary color
Monochromatic Colors of #675570
Black with #675570
Text Example
Text Example
White with #675570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675570; }
p { color: rgb(103,85,112); }
H1.HeaderClassName
{
color: #675570;
}
.AnyTagClassName
{
color: #675570;
}
</style>
background-color css
<style>
a { background-color: #675570; }
a { background-color: rgb(103,85,112); }
div.DivClassName
{
background-color: #675570;
}
.BgClassName
{
background-color: #675570;
}
</style>
border-color css
<style>
span { border-color: #675570; }
span { border-color: rgb(103,85,112); }
td.TdClassName
{
border-color: #675570;
}
.TagClassName
{
border-color: #675570;
}
</style>