Shades of Fedora #6B536D
Tints of Fedora #6B536D
RGB
CMYK
RGB Variations
Color information
#6B536D (or 0x6B536D) is known color: Fedora. HEX triplet: 6B, 53 and 6D. RGB value is (107,83,109). Sum of RGB (Red+Green+Blue) = 107+83+109=299 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.79% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 109 - color contains mainly: blue. Hex color #6B536D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B536D is #94AC92. Grayscale: #5D5D5D. Windows color (decimal): -9743507 or 7164779. OLE color: 7164779.
HSL color Cylindrical-coordinate representation of color #6B536D: hue angle of 295.38º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6B536D is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 107 | 83 | 109 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.57 |
| HSL | 295.38º | 0.14% | 0.38% | - |
| HSV(B) | 295.38º | 0.24% | 0.43% | - |
| XYZ | 11.92 | 10.42 | 15.85 | - |
| YUV | 93.14 | 136.95 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 83 | 109 | 0.02 | 0.24 | 0 | 0.57 | 295.38 | 0.14 | 0.38 |
| Hex | 6B | 53 | 6D | 2 | 18 | 0 | 39 | 127 | E | 26 |
| Octal | 153 | 123 | 155 | 2 | 30 | 0 | 71 | 447 | 16 | 46 |
| Binary | 1101011 | 1010011 | 1101101 | 10 | 11000 | 0 | 111001 | 100100111 | 1110 | 100110 |
Color Harmonies of #6B536D
Complementary color
Monochromatic Colors of #6B536D
Black with #6B536D
Text Example
Text Example
White with #6B536D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B536D; }
p { color: rgb(107,83,109); }
H1.HeaderClassName
{
color: #6B536D;
}
.AnyTagClassName
{
color: #6B536D;
}
</style>
background-color css
<style>
a { background-color: #6B536D; }
a { background-color: rgb(107,83,109); }
div.DivClassName
{
background-color: #6B536D;
}
.BgClassName
{
background-color: #6B536D;
}
</style>
border-color css
<style>
span { border-color: #6B536D; }
span { border-color: rgb(107,83,109); }
td.TdClassName
{
border-color: #6B536D;
}
.TagClassName
{
border-color: #6B536D;
}
</style>