Shades of Fedora #6B526F
Tints of Fedora #6B526F
RGB
CMYK
RGB Variations
Color information
#6B526F (or 0x6B526F) is known color: Fedora. HEX triplet: 6B, 52 and 6F. RGB value is (107,82,111). Sum of RGB (Red+Green+Blue) = 107+82+111=300 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.67% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 111 - color contains mainly: blue. Hex color #6B526F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B526F is #94AD90. Grayscale: #5C5C5C. Windows color (decimal): -9743761 or 7295595. OLE color: 7295595.
HSL color Cylindrical-coordinate representation of color #6B526F: hue angle of 291.72º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B526F is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 82 | 111 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.56 |
| HSL | 291.72º | 0.15% | 0.38% | - |
| HSV(B) | 291.72º | 0.26% | 0.44% | - |
| XYZ | 11.95 | 10.31 | 16.4 | - |
| YUV | 92.78 | 138.28 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 82 | 111 | 0.04 | 0.26 | 0 | 0.56 | 291.72 | 0.15 | 0.38 |
| Hex | 6B | 52 | 6F | 4 | 1A | 0 | 38 | 124 | F | 26 |
| Octal | 153 | 122 | 157 | 4 | 32 | 0 | 70 | 444 | 17 | 46 |
| Binary | 1101011 | 1010010 | 1101111 | 100 | 11010 | 0 | 111000 | 100100100 | 1111 | 100110 |
Color Harmonies of #6B526F
Complementary color
Monochromatic Colors of #6B526F
Black with #6B526F
Text Example
Text Example
White with #6B526F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B526F; }
p { color: rgb(107,82,111); }
H1.HeaderClassName
{
color: #6B526F;
}
.AnyTagClassName
{
color: #6B526F;
}
</style>
background-color css
<style>
a { background-color: #6B526F; }
a { background-color: rgb(107,82,111); }
div.DivClassName
{
background-color: #6B526F;
}
.BgClassName
{
background-color: #6B526F;
}
</style>
border-color css
<style>
span { border-color: #6B526F; }
span { border-color: rgb(107,82,111); }
td.TdClassName
{
border-color: #6B526F;
}
.TagClassName
{
border-color: #6B526F;
}
</style>