Shades of Fedora #6B5270
Tints of Fedora #6B5270
RGB
CMYK
RGB Variations
Color information
#6B5270 (or 0x6B5270) is known color: Fedora. HEX triplet: 6B, 52 and 70. RGB value is (107,82,112). Sum of RGB (Red+Green+Blue) = 107+82+112=301 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.55% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 112 - color contains mainly: blue. Hex color #6B5270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5270 is #94AD8F. Grayscale: #5C5C5C. Windows color (decimal): -9743760 or 7361131. OLE color: 7361131.
HSL color Cylindrical-coordinate representation of color #6B5270: hue angle of 290º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B5270 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 82 | 112 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.56 |
| HSL | 290º | 0.15% | 0.38% | - |
| HSV(B) | 290º | 0.27% | 0.44% | - |
| XYZ | 12.01 | 10.33 | 16.69 | - |
| YUV | 92.9 | 138.78 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 82 | 112 | 0.04 | 0.27 | 0 | 0.56 | 290 | 0.15 | 0.38 |
| Hex | 6B | 52 | 70 | 4 | 1B | 0 | 38 | 122 | F | 26 |
| Octal | 153 | 122 | 160 | 4 | 33 | 0 | 70 | 442 | 17 | 46 |
| Binary | 1101011 | 1010010 | 1110000 | 100 | 11011 | 0 | 111000 | 100100010 | 1111 | 100110 |
Color Harmonies of #6B5270
Complementary color
Monochromatic Colors of #6B5270
Black with #6B5270
Text Example
Text Example
White with #6B5270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5270; }
p { color: rgb(107,82,112); }
H1.HeaderClassName
{
color: #6B5270;
}
.AnyTagClassName
{
color: #6B5270;
}
</style>
background-color css
<style>
a { background-color: #6B5270; }
a { background-color: rgb(107,82,112); }
div.DivClassName
{
background-color: #6B5270;
}
.BgClassName
{
background-color: #6B5270;
}
</style>
border-color css
<style>
span { border-color: #6B5270; }
span { border-color: rgb(107,82,112); }
td.TdClassName
{
border-color: #6B5270;
}
.TagClassName
{
border-color: #6B5270;
}
</style>