Shades of Fedora #6C5A6D
Tints of Fedora #6C5A6D
RGB
CMYK
RGB Variations
Color information
#6C5A6D (or 0x6C5A6D) is known color: Fedora. HEX triplet: 6C, 5A and 6D. RGB value is (108,90,109). Sum of RGB (Red+Green+Blue) = 108+90+109=307 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.18% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 109 - color contains mainly: blue. Hex color #6C5A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5A6D is #93A592. Grayscale: #616161. Windows color (decimal): -9676179 or 7166572. OLE color: 7166572.
HSL color Cylindrical-coordinate representation of color #6C5A6D: hue angle of 296.84º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6C5A6D is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 108 | 90 | 109 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.57 |
| HSL | 296.84º | 0.1% | 0.39% | - |
| HSV(B) | 296.84º | 0.17% | 0.43% | - |
| XYZ | 12.6 | 11.6 | 16.04 | - |
| YUV | 97.55 | 134.46 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 90 | 109 | 0.01 | 0.17 | 0 | 0.57 | 296.84 | 0.1 | 0.39 |
| Hex | 6C | 5A | 6D | 1 | 11 | 0 | 39 | 129 | A | 27 |
| Octal | 154 | 132 | 155 | 1 | 21 | 0 | 71 | 451 | 12 | 47 |
| Binary | 1101100 | 1011010 | 1101101 | 1 | 10001 | 0 | 111001 | 100101001 | 1010 | 100111 |
Color Harmonies of #6C5A6D
Complementary color
Monochromatic Colors of #6C5A6D
Black with #6C5A6D
Text Example
Text Example
White with #6C5A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5A6D; }
p { color: rgb(108,90,109); }
H1.HeaderClassName
{
color: #6C5A6D;
}
.AnyTagClassName
{
color: #6C5A6D;
}
</style>
background-color css
<style>
a { background-color: #6C5A6D; }
a { background-color: rgb(108,90,109); }
div.DivClassName
{
background-color: #6C5A6D;
}
.BgClassName
{
background-color: #6C5A6D;
}
</style>
border-color css
<style>
span { border-color: #6C5A6D; }
span { border-color: rgb(108,90,109); }
td.TdClassName
{
border-color: #6C5A6D;
}
.TagClassName
{
border-color: #6C5A6D;
}
</style>