Shades of Fedora #6B506D
Tints of Fedora #6B506D
RGB
CMYK
RGB Variations
Color information
#6B506D (or 0x6B506D) is known color: Fedora. HEX triplet: 6B, 50 and 6D. RGB value is (107,80,109). Sum of RGB (Red+Green+Blue) = 107+80+109=296 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.15% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 109 - color contains mainly: blue. Hex color #6B506D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B506D is #94AF92. Grayscale: #5B5B5B. Windows color (decimal): -9744275 or 7164011. OLE color: 7164011.
HSL color Cylindrical-coordinate representation of color #6B506D: hue angle of 295.86º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B506D is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 107 | 80 | 109 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.57 |
| HSL | 295.86º | 0.15% | 0.37% | - |
| HSV(B) | 295.86º | 0.27% | 0.43% | - |
| XYZ | 11.69 | 9.97 | 15.78 | - |
| YUV | 91.38 | 137.95 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 80 | 109 | 0.02 | 0.27 | 0 | 0.57 | 295.86 | 0.15 | 0.37 |
| Hex | 6B | 50 | 6D | 2 | 1B | 0 | 39 | 128 | F | 25 |
| Octal | 153 | 120 | 155 | 2 | 33 | 0 | 71 | 450 | 17 | 45 |
| Binary | 1101011 | 1010000 | 1101101 | 10 | 11011 | 0 | 111001 | 100101000 | 1111 | 100101 |
Color Harmonies of #6B506D
Complementary color
Monochromatic Colors of #6B506D
Black with #6B506D
Text Example
Text Example
White with #6B506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B506D; }
p { color: rgb(107,80,109); }
H1.HeaderClassName
{
color: #6B506D;
}
.AnyTagClassName
{
color: #6B506D;
}
</style>
background-color css
<style>
a { background-color: #6B506D; }
a { background-color: rgb(107,80,109); }
div.DivClassName
{
background-color: #6B506D;
}
.BgClassName
{
background-color: #6B506D;
}
</style>
border-color css
<style>
span { border-color: #6B506D; }
span { border-color: rgb(107,80,109); }
td.TdClassName
{
border-color: #6B506D;
}
.TagClassName
{
border-color: #6B506D;
}
</style>