Shades of Fedora #675670
Tints of Fedora #675670
RGB
CMYK
RGB Variations
Color information
#675670 (or 0x675670) is known color: Fedora. HEX triplet: 67, 56 and 70. RGB value is (103,86,112). Sum of RGB (Red+Green+Blue) = 103+86+112=301 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.22% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 112 - color contains mainly: blue. Hex color #675670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675670 is #98A98F. Grayscale: #5D5D5D. Windows color (decimal): -10004880 or 7362151. OLE color: 7362151.
HSL color Cylindrical-coordinate representation of color #675670: hue angle of 279.23º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #675670 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 86 | 112 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.56 |
| HSL | 279.23º | 0.13% | 0.39% | - |
| HSV(B) | 279.23º | 0.23% | 0.44% | - |
| XYZ | 11.85 | 10.71 | 16.77 | - |
| YUV | 94.05 | 138.13 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 86 | 112 | 0.08 | 0.23 | 0 | 0.56 | 279.23 | 0.13 | 0.39 |
| Hex | 67 | 56 | 70 | 8 | 17 | 0 | 38 | 117 | D | 27 |
| Octal | 147 | 126 | 160 | 10 | 27 | 0 | 70 | 427 | 15 | 47 |
| Binary | 1100111 | 1010110 | 1110000 | 1000 | 10111 | 0 | 111000 | 100010111 | 1101 | 100111 |
Color Harmonies of #675670
Complementary color
Monochromatic Colors of #675670
Black with #675670
Text Example
Text Example
White with #675670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675670; }
p { color: rgb(103,86,112); }
H1.HeaderClassName
{
color: #675670;
}
.AnyTagClassName
{
color: #675670;
}
</style>
background-color css
<style>
a { background-color: #675670; }
a { background-color: rgb(103,86,112); }
div.DivClassName
{
background-color: #675670;
}
.BgClassName
{
background-color: #675670;
}
</style>
border-color css
<style>
span { border-color: #675670; }
span { border-color: rgb(103,86,112); }
td.TdClassName
{
border-color: #675670;
}
.TagClassName
{
border-color: #675670;
}
</style>