Shades of Fedora #6B5272
Tints of Fedora #6B5272
RGB
CMYK
RGB Variations
Color information
#6B5272 (or 0x6B5272) is known color: Fedora. HEX triplet: 6B, 52 and 72. RGB value is (107,82,114). Sum of RGB (Red+Green+Blue) = 107+82+114=303 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.31% from 303); Green value is 82 (32.42% from 255 or 27.06% 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 #6B5272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5272 is #94AD8D. Grayscale: #5D5D5D. Windows color (decimal): -9743758 or 7492203. OLE color: 7492203.
HSL color Cylindrical-coordinate representation of color #6B5272: hue angle of 286.88º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B5272 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 82 | 114 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.55 |
| HSL | 286.88º | 0.16% | 0.38% | - |
| HSV(B) | 286.88º | 0.28% | 0.45% | - |
| XYZ | 12.12 | 10.38 | 17.28 | - |
| YUV | 93.12 | 139.78 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 82 | 114 | 0.06 | 0.28 | 0 | 0.55 | 286.88 | 0.16 | 0.38 |
| Hex | 6B | 52 | 72 | 6 | 1C | 0 | 37 | 11F | 10 | 26 |
| Octal | 153 | 122 | 162 | 6 | 34 | 0 | 67 | 437 | 20 | 46 |
| Binary | 1101011 | 1010010 | 1110010 | 110 | 11100 | 0 | 110111 | 100011111 | 10000 | 100110 |
Color Harmonies of #6B5272
Complementary color
Monochromatic Colors of #6B5272
Black with #6B5272
Text Example
Text Example
White with #6B5272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5272; }
p { color: rgb(107,82,114); }
H1.HeaderClassName
{
color: #6B5272;
}
.AnyTagClassName
{
color: #6B5272;
}
</style>
background-color css
<style>
a { background-color: #6B5272; }
a { background-color: rgb(107,82,114); }
div.DivClassName
{
background-color: #6B5272;
}
.BgClassName
{
background-color: #6B5272;
}
</style>
border-color css
<style>
span { border-color: #6B5272; }
span { border-color: rgb(107,82,114); }
td.TdClassName
{
border-color: #6B5272;
}
.TagClassName
{
border-color: #6B5272;
}
</style>