Shades of Fedora #6A5372
Tints of Fedora #6A5372
RGB
CMYK
RGB Variations
Color information
#6A5372 (or 0x6A5372) is known color: Fedora. HEX triplet: 6A, 53 and 72. RGB value is (106,83,114). Sum of RGB (Red+Green+Blue) = 106+83+114=303 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.98% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 114 - color contains mainly: blue. Hex color #6A5372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5372 is #95AC8D. Grayscale: #5D5D5D. Windows color (decimal): -9809038 or 7492458. OLE color: 7492458.
HSL color Cylindrical-coordinate representation of color #6A5372: hue angle of 284.52º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6A5372 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 83 | 114 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.55 |
| HSL | 284.52º | 0.16% | 0.39% | - |
| HSV(B) | 284.52º | 0.27% | 0.45% | - |
| XYZ | 12.07 | 10.47 | 17.3 | - |
| YUV | 93.41 | 139.62 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 83 | 114 | 0.07 | 0.27 | 0 | 0.55 | 284.52 | 0.16 | 0.39 |
| Hex | 6A | 53 | 72 | 7 | 1B | 0 | 37 | 11D | 10 | 27 |
| Octal | 152 | 123 | 162 | 7 | 33 | 0 | 67 | 435 | 20 | 47 |
| Binary | 1101010 | 1010011 | 1110010 | 111 | 11011 | 0 | 110111 | 100011101 | 10000 | 100111 |
Color Harmonies of #6A5372
Complementary color
Monochromatic Colors of #6A5372
Black with #6A5372
Text Example
Text Example
White with #6A5372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5372; }
p { color: rgb(106,83,114); }
H1.HeaderClassName
{
color: #6A5372;
}
.AnyTagClassName
{
color: #6A5372;
}
</style>
background-color css
<style>
a { background-color: #6A5372; }
a { background-color: rgb(106,83,114); }
div.DivClassName
{
background-color: #6A5372;
}
.BgClassName
{
background-color: #6A5372;
}
</style>
border-color css
<style>
span { border-color: #6A5372; }
span { border-color: rgb(106,83,114); }
td.TdClassName
{
border-color: #6A5372;
}
.TagClassName
{
border-color: #6A5372;
}
</style>