Shades of Fedora #6B5B6D
Tints of Fedora #6B5B6D
RGB
CMYK
RGB Variations
Color information
#6B5B6D (or 0x6B5B6D) is known color: Fedora. HEX triplet: 6B, 5B and 6D. RGB value is (107,91,109). Sum of RGB (Red+Green+Blue) = 107+91+109=307 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.85% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 109 - color contains mainly: blue. Hex color #6B5B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5B6D is #94A492. Grayscale: #616161. Windows color (decimal): -9741459 or 7166827. OLE color: 7166827.
HSL color Cylindrical-coordinate representation of color #6B5B6D: hue angle of 293.33º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6B5B6D is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 107 | 91 | 109 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.57 |
| HSL | 293.33º | 0.09% | 0.39% | - |
| HSV(B) | 293.33º | 0.17% | 0.43% | - |
| XYZ | 12.56 | 11.71 | 16.07 | - |
| YUV | 97.84 | 134.3 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 91 | 109 | 0.02 | 0.17 | 0 | 0.57 | 293.33 | 0.09 | 0.39 |
| Hex | 6B | 5B | 6D | 2 | 11 | 0 | 39 | 125 | 9 | 27 |
| Octal | 153 | 133 | 155 | 2 | 21 | 0 | 71 | 445 | 11 | 47 |
| Binary | 1101011 | 1011011 | 1101101 | 10 | 10001 | 0 | 111001 | 100100101 | 1001 | 100111 |
Color Harmonies of #6B5B6D
Complementary color
Monochromatic Colors of #6B5B6D
Black with #6B5B6D
Text Example
Text Example
White with #6B5B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5B6D; }
p { color: rgb(107,91,109); }
H1.HeaderClassName
{
color: #6B5B6D;
}
.AnyTagClassName
{
color: #6B5B6D;
}
</style>
background-color css
<style>
a { background-color: #6B5B6D; }
a { background-color: rgb(107,91,109); }
div.DivClassName
{
background-color: #6B5B6D;
}
.BgClassName
{
background-color: #6B5B6D;
}
</style>
border-color css
<style>
span { border-color: #6B5B6D; }
span { border-color: rgb(107,91,109); }
td.TdClassName
{
border-color: #6B5B6D;
}
.TagClassName
{
border-color: #6B5B6D;
}
</style>