Shades of Fedora #6B576E
Tints of Fedora #6B576E
RGB
CMYK
RGB Variations
Color information
#6B576E (or 0x6B576E) is known color: Fedora. HEX triplet: 6B, 57 and 6E. RGB value is (107,87,110). Sum of RGB (Red+Green+Blue) = 107+87+110=304 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.20% from 304); Green value is 87 (34.38% from 255 or 28.62% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 110 - color contains mainly: blue. Hex color #6B576E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B576E is #94A891. Grayscale: #5F5F5F. Windows color (decimal): -9742482 or 7231339. OLE color: 7231339.
HSL color Cylindrical-coordinate representation of color #6B576E: hue angle of 292.17º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B576E is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 107 | 87 | 110 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.57 |
| HSL | 292.17º | 0.12% | 0.39% | - |
| HSV(B) | 292.17º | 0.21% | 0.43% | - |
| XYZ | 12.29 | 11.07 | 16.24 | - |
| YUV | 95.6 | 136.13 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 87 | 110 | 0.03 | 0.21 | 0 | 0.57 | 292.17 | 0.12 | 0.39 |
| Hex | 6B | 57 | 6E | 3 | 15 | 0 | 39 | 124 | C | 27 |
| Octal | 153 | 127 | 156 | 3 | 25 | 0 | 71 | 444 | 14 | 47 |
| Binary | 1101011 | 1010111 | 1101110 | 11 | 10101 | 0 | 111001 | 100100100 | 1100 | 100111 |
Color Harmonies of #6B576E
Complementary color
Monochromatic Colors of #6B576E
Black with #6B576E
Text Example
Text Example
White with #6B576E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B576E; }
p { color: rgb(107,87,110); }
H1.HeaderClassName
{
color: #6B576E;
}
.AnyTagClassName
{
color: #6B576E;
}
</style>
background-color css
<style>
a { background-color: #6B576E; }
a { background-color: rgb(107,87,110); }
div.DivClassName
{
background-color: #6B576E;
}
.BgClassName
{
background-color: #6B576E;
}
</style>
border-color css
<style>
span { border-color: #6B576E; }
span { border-color: rgb(107,87,110); }
td.TdClassName
{
border-color: #6B576E;
}
.TagClassName
{
border-color: #6B576E;
}
</style>