Shades of Fedora #6D5B6F
Tints of Fedora #6D5B6F
RGB
CMYK
RGB Variations
Color information
#6D5B6F (or 0x6D5B6F) is known color: Fedora. HEX triplet: 6D, 5B and 6F. RGB value is (109,91,111). Sum of RGB (Red+Green+Blue) = 109+91+111=311 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.05% from 311); Green value is 91 (35.94% from 255 or 29.26% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 111 - color contains mainly: blue. Hex color #6D5B6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5B6F is #92A490. Grayscale: #626262. Windows color (decimal): -9610385 or 7297901. OLE color: 7297901.
HSL color Cylindrical-coordinate representation of color #6D5B6F: hue angle of 294º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6D5B6F is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 91 | 111 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.56 |
| HSL | 294º | 0.1% | 0.4% | - |
| HSV(B) | 294º | 0.18% | 0.44% | - |
| XYZ | 12.92 | 11.88 | 16.65 | - |
| YUV | 98.66 | 134.96 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 91 | 111 | 0.02 | 0.18 | 0 | 0.56 | 294 | 0.1 | 0.4 |
| Hex | 6D | 5B | 6F | 2 | 12 | 0 | 38 | 126 | A | 28 |
| Octal | 155 | 133 | 157 | 2 | 22 | 0 | 70 | 446 | 12 | 50 |
| Binary | 1101101 | 1011011 | 1101111 | 10 | 10010 | 0 | 111000 | 100100110 | 1010 | 101000 |
Color Harmonies of #6D5B6F
Complementary color
Monochromatic Colors of #6D5B6F
Black with #6D5B6F
Text Example
Text Example
White with #6D5B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5B6F; }
p { color: rgb(109,91,111); }
H1.HeaderClassName
{
color: #6D5B6F;
}
.AnyTagClassName
{
color: #6D5B6F;
}
</style>
background-color css
<style>
a { background-color: #6D5B6F; }
a { background-color: rgb(109,91,111); }
div.DivClassName
{
background-color: #6D5B6F;
}
.BgClassName
{
background-color: #6D5B6F;
}
</style>
border-color css
<style>
span { border-color: #6D5B6F; }
span { border-color: rgb(109,91,111); }
td.TdClassName
{
border-color: #6D5B6F;
}
.TagClassName
{
border-color: #6D5B6F;
}
</style>