Shades of Fedora #675770
Tints of Fedora #675770
RGB
CMYK
RGB Variations
Color information
#675770 (or 0x675770) is known color: Fedora. HEX triplet: 67, 57 and 70. RGB value is (103,87,112). Sum of RGB (Red+Green+Blue) = 103+87+112=302 (40% of max value = 765). Red value is 103 (40.62% from 255 or 34.11% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 112 - color contains mainly: blue. Hex color #675770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675770 is #98A88F. Grayscale: #5E5E5E. Windows color (decimal): -10004624 or 7362407. OLE color: 7362407.
HSL color Cylindrical-coordinate representation of color #675770: hue angle of 278.4º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #675770 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 87 | 112 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.56 |
| HSL | 278.4º | 0.13% | 0.39% | - |
| HSV(B) | 278.4º | 0.22% | 0.44% | - |
| XYZ | 11.93 | 10.87 | 16.8 | - |
| YUV | 94.63 | 137.8 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 87 | 112 | 0.08 | 0.22 | 0 | 0.56 | 278.4 | 0.13 | 0.39 |
| Hex | 67 | 57 | 70 | 8 | 16 | 0 | 38 | 116 | D | 27 |
| Octal | 147 | 127 | 160 | 10 | 26 | 0 | 70 | 426 | 15 | 47 |
| Binary | 1100111 | 1010111 | 1110000 | 1000 | 10110 | 0 | 111000 | 100010110 | 1101 | 100111 |
Color Harmonies of #675770
Complementary color
Monochromatic Colors of #675770
Black with #675770
Text Example
Text Example
White with #675770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675770; }
p { color: rgb(103,87,112); }
H1.HeaderClassName
{
color: #675770;
}
.AnyTagClassName
{
color: #675770;
}
</style>
background-color css
<style>
a { background-color: #675770; }
a { background-color: rgb(103,87,112); }
div.DivClassName
{
background-color: #675770;
}
.BgClassName
{
background-color: #675770;
}
</style>
border-color css
<style>
span { border-color: #675770; }
span { border-color: rgb(103,87,112); }
td.TdClassName
{
border-color: #675770;
}
.TagClassName
{
border-color: #675770;
}
</style>