Shades of Fedora #6B5672
Tints of Fedora #6B5672
RGB
CMYK
RGB Variations
Color information
#6B5672 (or 0x6B5672) is known color: Fedora. HEX triplet: 6B, 56 and 72. RGB value is (107,86,114). Sum of RGB (Red+Green+Blue) = 107+86+114=307 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.85% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 114 - color contains mainly: blue. Hex color #6B5672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5672 is #94A98D. Grayscale: #5F5F5F. Windows color (decimal): -9742734 or 7493227. OLE color: 7493227.
HSL color Cylindrical-coordinate representation of color #6B5672: hue angle of 285º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6B5672 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 86 | 114 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.55 |
| HSL | 285º | 0.14% | 0.39% | - |
| HSV(B) | 285º | 0.25% | 0.45% | - |
| XYZ | 12.43 | 11 | 17.39 | - |
| YUV | 95.47 | 138.46 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 86 | 114 | 0.06 | 0.25 | 0 | 0.55 | 285 | 0.14 | 0.39 |
| Hex | 6B | 56 | 72 | 6 | 19 | 0 | 37 | 11D | E | 27 |
| Octal | 153 | 126 | 162 | 6 | 31 | 0 | 67 | 435 | 16 | 47 |
| Binary | 1101011 | 1010110 | 1110010 | 110 | 11001 | 0 | 110111 | 100011101 | 1110 | 100111 |
Color Harmonies of #6B5672
Complementary color
Monochromatic Colors of #6B5672
Black with #6B5672
Text Example
Text Example
White with #6B5672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5672; }
p { color: rgb(107,86,114); }
H1.HeaderClassName
{
color: #6B5672;
}
.AnyTagClassName
{
color: #6B5672;
}
</style>
background-color css
<style>
a { background-color: #6B5672; }
a { background-color: rgb(107,86,114); }
div.DivClassName
{
background-color: #6B5672;
}
.BgClassName
{
background-color: #6B5672;
}
</style>
border-color css
<style>
span { border-color: #6B5672; }
span { border-color: rgb(107,86,114); }
td.TdClassName
{
border-color: #6B5672;
}
.TagClassName
{
border-color: #6B5672;
}
</style>