Shades of Fedora #6A5A6D
Tints of Fedora #6A5A6D
RGB
CMYK
RGB Variations
Color information
#6A5A6D (or 0x6A5A6D) is known color: Fedora. HEX triplet: 6A, 5A and 6D. RGB value is (106,90,109). Sum of RGB (Red+Green+Blue) = 106+90+109=305 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.75% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 109 - color contains mainly: blue. Hex color #6A5A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5A6D is #95A592. Grayscale: #606060. Windows color (decimal): -9807251 or 7166570. OLE color: 7166570.
HSL color Cylindrical-coordinate representation of color #6A5A6D: hue angle of 290.53º 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 #6A5A6D is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 106 | 90 | 109 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.57 |
| HSL | 290.53º | 0.1% | 0.39% | - |
| HSV(B) | 290.53º | 0.17% | 0.43% | - |
| XYZ | 12.36 | 11.48 | 16.03 | - |
| YUV | 96.95 | 134.8 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 90 | 109 | 0.03 | 0.17 | 0 | 0.57 | 290.53 | 0.1 | 0.39 |
| Hex | 6A | 5A | 6D | 3 | 11 | 0 | 39 | 123 | A | 27 |
| Octal | 152 | 132 | 155 | 3 | 21 | 0 | 71 | 443 | 12 | 47 |
| Binary | 1101010 | 1011010 | 1101101 | 11 | 10001 | 0 | 111001 | 100100011 | 1010 | 100111 |
Color Harmonies of #6A5A6D
Complementary color
Monochromatic Colors of #6A5A6D
Black with #6A5A6D
Text Example
Text Example
White with #6A5A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5A6D; }
p { color: rgb(106,90,109); }
H1.HeaderClassName
{
color: #6A5A6D;
}
.AnyTagClassName
{
color: #6A5A6D;
}
</style>
background-color css
<style>
a { background-color: #6A5A6D; }
a { background-color: rgb(106,90,109); }
div.DivClassName
{
background-color: #6A5A6D;
}
.BgClassName
{
background-color: #6A5A6D;
}
</style>
border-color css
<style>
span { border-color: #6A5A6D; }
span { border-color: rgb(106,90,109); }
td.TdClassName
{
border-color: #6A5A6D;
}
.TagClassName
{
border-color: #6A5A6D;
}
</style>