Shades of Fedora #6B5174
Tints of Fedora #6B5174
RGB
CMYK
RGB Variations
Color information
#6B5174 (or 0x6B5174) is known color: Fedora. HEX triplet: 6B, 51 and 74. RGB value is (107,81,116). Sum of RGB (Red+Green+Blue) = 107+81+116=304 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.20% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 116 - color contains mainly: blue. Hex color #6B5174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5174 is #94AE8B. Grayscale: #5C5C5C. Windows color (decimal): -9744012 or 7623019. OLE color: 7623019.
HSL color Cylindrical-coordinate representation of color #6B5174: hue angle of 284.57º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B5174 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 81 | 116 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.55 |
| HSL | 284.57º | 0.18% | 0.39% | - |
| HSV(B) | 284.57º | 0.3% | 0.45% | - |
| XYZ | 12.16 | 10.27 | 17.86 | - |
| YUV | 92.76 | 141.11 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 81 | 116 | 0.08 | 0.30 | 0 | 0.55 | 284.57 | 0.18 | 0.39 |
| Hex | 6B | 51 | 74 | 8 | 1E | 0 | 37 | 11D | 12 | 27 |
| Octal | 153 | 121 | 164 | 10 | 36 | 0 | 67 | 435 | 22 | 47 |
| Binary | 1101011 | 1010001 | 1110100 | 1000 | 11110 | 0 | 110111 | 100011101 | 10010 | 100111 |
Color Harmonies of #6B5174
Complementary color
Monochromatic Colors of #6B5174
Black with #6B5174
Text Example
Text Example
White with #6B5174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5174; }
p { color: rgb(107,81,116); }
H1.HeaderClassName
{
color: #6B5174;
}
.AnyTagClassName
{
color: #6B5174;
}
</style>
background-color css
<style>
a { background-color: #6B5174; }
a { background-color: rgb(107,81,116); }
div.DivClassName
{
background-color: #6B5174;
}
.BgClassName
{
background-color: #6B5174;
}
</style>
border-color css
<style>
span { border-color: #6B5174; }
span { border-color: rgb(107,81,116); }
td.TdClassName
{
border-color: #6B5174;
}
.TagClassName
{
border-color: #6B5174;
}
</style>