Shades of Fedora #6A5B6D
Tints of Fedora #6A5B6D
RGB
CMYK
RGB Variations
Color information
#6A5B6D (or 0x6A5B6D) is known color: Fedora. HEX triplet: 6A, 5B and 6D. RGB value is (106,91,109). Sum of RGB (Red+Green+Blue) = 106+91+109=306 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.64% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 109 - color contains mainly: blue. Hex color #6A5B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5B6D is #95A492. Grayscale: #616161. Windows color (decimal): -9806995 or 7166826. OLE color: 7166826.
HSL color Cylindrical-coordinate representation of color #6A5B6D: hue angle of 290º degrees, saturation: 0.09, 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 #6A5B6D is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 106 | 91 | 109 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.57 |
| HSL | 290º | 0.09% | 0.39% | - |
| HSV(B) | 290º | 0.17% | 0.43% | - |
| XYZ | 12.45 | 11.65 | 16.06 | - |
| YUV | 97.54 | 134.47 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 91 | 109 | 0.03 | 0.17 | 0 | 0.57 | 290 | 0.09 | 0.39 |
| Hex | 6A | 5B | 6D | 3 | 11 | 0 | 39 | 122 | 9 | 27 |
| Octal | 152 | 133 | 155 | 3 | 21 | 0 | 71 | 442 | 11 | 47 |
| Binary | 1101010 | 1011011 | 1101101 | 11 | 10001 | 0 | 111001 | 100100010 | 1001 | 100111 |
Color Harmonies of #6A5B6D
Complementary color
Monochromatic Colors of #6A5B6D
Black with #6A5B6D
Text Example
Text Example
White with #6A5B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5B6D; }
p { color: rgb(106,91,109); }
H1.HeaderClassName
{
color: #6A5B6D;
}
.AnyTagClassName
{
color: #6A5B6D;
}
</style>
background-color css
<style>
a { background-color: #6A5B6D; }
a { background-color: rgb(106,91,109); }
div.DivClassName
{
background-color: #6A5B6D;
}
.BgClassName
{
background-color: #6A5B6D;
}
</style>
border-color css
<style>
span { border-color: #6A5B6D; }
span { border-color: rgb(106,91,109); }
td.TdClassName
{
border-color: #6A5B6D;
}
.TagClassName
{
border-color: #6A5B6D;
}
</style>