Shades of Fedora #6C586D
Tints of Fedora #6C586D
RGB
CMYK
RGB Variations
Color information
#6C586D (or 0x6C586D) is known color: Fedora. HEX triplet: 6C, 58 and 6D. RGB value is (108,88,109). Sum of RGB (Red+Green+Blue) = 108+88+109=305 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.41% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 109 - color contains mainly: blue. Hex color #6C586D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C586D is #93A792. Grayscale: #606060. Windows color (decimal): -9676691 or 7166060. OLE color: 7166060.
HSL color Cylindrical-coordinate representation of color #6C586D: hue angle of 297.14º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6C586D is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 108 | 88 | 109 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.57 |
| HSL | 297.14º | 0.11% | 0.39% | - |
| HSV(B) | 297.14º | 0.19% | 0.43% | - |
| XYZ | 12.43 | 11.27 | 15.99 | - |
| YUV | 96.37 | 135.13 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 88 | 109 | 0.01 | 0.19 | 0 | 0.57 | 297.14 | 0.11 | 0.39 |
| Hex | 6C | 58 | 6D | 1 | 13 | 0 | 39 | 129 | B | 27 |
| Octal | 154 | 130 | 155 | 1 | 23 | 0 | 71 | 451 | 13 | 47 |
| Binary | 1101100 | 1011000 | 1101101 | 1 | 10011 | 0 | 111001 | 100101001 | 1011 | 100111 |
Color Harmonies of #6C586D
Complementary color
Monochromatic Colors of #6C586D
Black with #6C586D
Text Example
Text Example
White with #6C586D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C586D; }
p { color: rgb(108,88,109); }
H1.HeaderClassName
{
color: #6C586D;
}
.AnyTagClassName
{
color: #6C586D;
}
</style>
background-color css
<style>
a { background-color: #6C586D; }
a { background-color: rgb(108,88,109); }
div.DivClassName
{
background-color: #6C586D;
}
.BgClassName
{
background-color: #6C586D;
}
</style>
border-color css
<style>
span { border-color: #6C586D; }
span { border-color: rgb(108,88,109); }
td.TdClassName
{
border-color: #6C586D;
}
.TagClassName
{
border-color: #6C586D;
}
</style>