Shades of Fedora #675169
Tints of Fedora #675169
RGB
CMYK
RGB Variations
Color information
#675169 (or 0x675169) is known color: Fedora. HEX triplet: 67, 51 and 69. RGB value is (103,81,105). Sum of RGB (Red+Green+Blue) = 103+81+105=289 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.64% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 105 - color contains mainly: blue. Hex color #675169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675169 is #98AE96. Grayscale: #5A5A5A. Windows color (decimal): -10006167 or 6902119. OLE color: 6902119.
HSL color Cylindrical-coordinate representation of color #675169: hue angle of 295º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #675169 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 81 | 105 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.59 |
| HSL | 295º | 0.13% | 0.36% | - |
| HSV(B) | 295º | 0.23% | 0.41% | - |
| XYZ | 11.09 | 9.79 | 14.67 | - |
| YUV | 90.31 | 136.29 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 81 | 105 | 0.02 | 0.23 | 0 | 0.59 | 295 | 0.13 | 0.36 |
| Hex | 67 | 51 | 69 | 2 | 17 | 0 | 3B | 127 | D | 24 |
| Octal | 147 | 121 | 151 | 2 | 27 | 0 | 73 | 447 | 15 | 44 |
| Binary | 1100111 | 1010001 | 1101001 | 10 | 10111 | 0 | 111011 | 100100111 | 1101 | 100100 |
Color Harmonies of #675169
Complementary color
Monochromatic Colors of #675169
Black with #675169
Text Example
Text Example
White with #675169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675169; }
p { color: rgb(103,81,105); }
H1.HeaderClassName
{
color: #675169;
}
.AnyTagClassName
{
color: #675169;
}
</style>
background-color css
<style>
a { background-color: #675169; }
a { background-color: rgb(103,81,105); }
div.DivClassName
{
background-color: #675169;
}
.BgClassName
{
background-color: #675169;
}
</style>
border-color css
<style>
span { border-color: #675169; }
span { border-color: rgb(103,81,105); }
td.TdClassName
{
border-color: #675169;
}
.TagClassName
{
border-color: #675169;
}
</style>