Shades of Fedora #675569
Tints of Fedora #675569
RGB
CMYK
RGB Variations
Color information
#675569 (or 0x675569) is known color: Fedora. HEX triplet: 67, 55 and 69. RGB value is (103,85,105). Sum of RGB (Red+Green+Blue) = 103+85+105=293 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.15% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 105 - color contains mainly: blue. Hex color #675569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675569 is #98AA96. Grayscale: #5C5C5C. Windows color (decimal): -10005143 or 6903143. OLE color: 6903143.
HSL color Cylindrical-coordinate representation of color #675569: hue angle of 294º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #675569 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 85 | 105 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.59 |
| HSL | 294º | 0.11% | 0.37% | - |
| HSV(B) | 294º | 0.19% | 0.41% | - |
| XYZ | 11.39 | 10.4 | 14.77 | - |
| YUV | 92.66 | 134.96 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 85 | 105 | 0.02 | 0.19 | 0 | 0.59 | 294 | 0.11 | 0.37 |
| Hex | 67 | 55 | 69 | 2 | 13 | 0 | 3B | 126 | B | 25 |
| Octal | 147 | 125 | 151 | 2 | 23 | 0 | 73 | 446 | 13 | 45 |
| Binary | 1100111 | 1010101 | 1101001 | 10 | 10011 | 0 | 111011 | 100100110 | 1011 | 100101 |
Color Harmonies of #675569
Complementary color
Monochromatic Colors of #675569
Black with #675569
Text Example
Text Example
White with #675569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675569; }
p { color: rgb(103,85,105); }
H1.HeaderClassName
{
color: #675569;
}
.AnyTagClassName
{
color: #675569;
}
</style>
background-color css
<style>
a { background-color: #675569; }
a { background-color: rgb(103,85,105); }
div.DivClassName
{
background-color: #675569;
}
.BgClassName
{
background-color: #675569;
}
</style>
border-color css
<style>
span { border-color: #675569; }
span { border-color: rgb(103,85,105); }
td.TdClassName
{
border-color: #675569;
}
.TagClassName
{
border-color: #675569;
}
</style>