Shades of Fedora #6F5373
Tints of Fedora #6F5373
RGB
CMYK
RGB Variations
Color information
#6F5373 (or 0x6F5373) is known color: Fedora. HEX triplet: 6F, 53 and 73. RGB value is (111,83,115). Sum of RGB (Red+Green+Blue) = 111+83+115=309 (40% of max value = 765). Red value is 111 (43.75% from 255 or 35.92% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 115 - color contains mainly: blue. Hex color #6F5373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5373 is #90AC8C. Grayscale: #5E5E5E. Windows color (decimal): -9481357 or 7557999. OLE color: 7557999.
HSL color Cylindrical-coordinate representation of color #6F5373: hue angle of 292.5º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F5373 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 83 | 115 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.55 |
| HSL | 292.5º | 0.16% | 0.39% | - |
| HSV(B) | 292.5º | 0.28% | 0.45% | - |
| XYZ | 12.74 | 10.8 | 17.63 | - |
| YUV | 95.02 | 139.28 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 83 | 115 | 0.03 | 0.28 | 0 | 0.55 | 292.5 | 0.16 | 0.39 |
| Hex | 6F | 53 | 73 | 3 | 1C | 0 | 37 | 124 | 10 | 27 |
| Octal | 157 | 123 | 163 | 3 | 34 | 0 | 67 | 444 | 20 | 47 |
| Binary | 1101111 | 1010011 | 1110011 | 11 | 11100 | 0 | 110111 | 100100100 | 10000 | 100111 |
Color Harmonies of #6F5373
Complementary color
Monochromatic Colors of #6F5373
Black with #6F5373
Text Example
Text Example
White with #6F5373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5373; }
p { color: rgb(111,83,115); }
H1.HeaderClassName
{
color: #6F5373;
}
.AnyTagClassName
{
color: #6F5373;
}
</style>
background-color css
<style>
a { background-color: #6F5373; }
a { background-color: rgb(111,83,115); }
div.DivClassName
{
background-color: #6F5373;
}
.BgClassName
{
background-color: #6F5373;
}
</style>
border-color css
<style>
span { border-color: #6F5373; }
span { border-color: rgb(111,83,115); }
td.TdClassName
{
border-color: #6F5373;
}
.TagClassName
{
border-color: #6F5373;
}
</style>