Shades of Fedora #6B526E
Tints of Fedora #6B526E
RGB
CMYK
RGB Variations
Color information
#6B526E (or 0x6B526E) is known color: Fedora. HEX triplet: 6B, 52 and 6E. RGB value is (107,82,110). Sum of RGB (Red+Green+Blue) = 107+82+110=299 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.79% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 110 - color contains mainly: blue. Hex color #6B526E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B526E is #94AD91. Grayscale: #5C5C5C. Windows color (decimal): -9743762 or 7230059. OLE color: 7230059.
HSL color Cylindrical-coordinate representation of color #6B526E: hue angle of 293.57º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6B526E is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 107 | 82 | 110 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.57 |
| HSL | 293.57º | 0.15% | 0.38% | - |
| HSV(B) | 293.57º | 0.25% | 0.43% | - |
| XYZ | 11.9 | 10.29 | 16.11 | - |
| YUV | 92.67 | 137.78 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 82 | 110 | 0.03 | 0.25 | 0 | 0.57 | 293.57 | 0.15 | 0.38 |
| Hex | 6B | 52 | 6E | 3 | 19 | 0 | 39 | 126 | F | 26 |
| Octal | 153 | 122 | 156 | 3 | 31 | 0 | 71 | 446 | 17 | 46 |
| Binary | 1101011 | 1010010 | 1101110 | 11 | 11001 | 0 | 111001 | 100100110 | 1111 | 100110 |
Color Harmonies of #6B526E
Complementary color
Monochromatic Colors of #6B526E
Black with #6B526E
Text Example
Text Example
White with #6B526E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B526E; }
p { color: rgb(107,82,110); }
H1.HeaderClassName
{
color: #6B526E;
}
.AnyTagClassName
{
color: #6B526E;
}
</style>
background-color css
<style>
a { background-color: #6B526E; }
a { background-color: rgb(107,82,110); }
div.DivClassName
{
background-color: #6B526E;
}
.BgClassName
{
background-color: #6B526E;
}
</style>
border-color css
<style>
span { border-color: #6B526E; }
span { border-color: rgb(107,82,110); }
td.TdClassName
{
border-color: #6B526E;
}
.TagClassName
{
border-color: #6B526E;
}
</style>