Shades of Fedora #6A5A6E
Tints of Fedora #6A5A6E
RGB
CMYK
RGB Variations
Color information
#6A5A6E (or 0x6A5A6E) is known color: Fedora. HEX triplet: 6A, 5A and 6E. RGB value is (106,90,110). Sum of RGB (Red+Green+Blue) = 106+90+110=306 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.64% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 110 - color contains mainly: blue. Hex color #6A5A6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5A6E is #95A591. Grayscale: #606060. Windows color (decimal): -9807250 or 7232106. OLE color: 7232106.
HSL color Cylindrical-coordinate representation of color #6A5A6E: hue angle of 288º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6A5A6E is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 106 | 90 | 110 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.57 |
| HSL | 288º | 0.1% | 0.39% | - |
| HSV(B) | 288º | 0.18% | 0.43% | - |
| XYZ | 12.41 | 11.5 | 16.32 | - |
| YUV | 97.06 | 135.3 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 90 | 110 | 0.04 | 0.18 | 0 | 0.57 | 288 | 0.1 | 0.39 |
| Hex | 6A | 5A | 6E | 4 | 12 | 0 | 39 | 120 | A | 27 |
| Octal | 152 | 132 | 156 | 4 | 22 | 0 | 71 | 440 | 12 | 47 |
| Binary | 1101010 | 1011010 | 1101110 | 100 | 10010 | 0 | 111001 | 100100000 | 1010 | 100111 |
Color Harmonies of #6A5A6E
Complementary color
Monochromatic Colors of #6A5A6E
Black with #6A5A6E
Text Example
Text Example
White with #6A5A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5A6E; }
p { color: rgb(106,90,110); }
H1.HeaderClassName
{
color: #6A5A6E;
}
.AnyTagClassName
{
color: #6A5A6E;
}
</style>
background-color css
<style>
a { background-color: #6A5A6E; }
a { background-color: rgb(106,90,110); }
div.DivClassName
{
background-color: #6A5A6E;
}
.BgClassName
{
background-color: #6A5A6E;
}
</style>
border-color css
<style>
span { border-color: #6A5A6E; }
span { border-color: rgb(106,90,110); }
td.TdClassName
{
border-color: #6A5A6E;
}
.TagClassName
{
border-color: #6A5A6E;
}
</style>