Shades of Fedora #6C4F70
Tints of Fedora #6C4F70
RGB
CMYK
RGB Variations
Color information
#6C4F70 (or 0x6C4F70) is known color: Fedora. HEX triplet: 6C, 4F and 70. RGB value is (108,79,112). Sum of RGB (Red+Green+Blue) = 108+79+112=299 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.12% from 299); Green value is 79 (31.25% from 255 or 26.42% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 112 - color contains mainly: blue. Hex color #6C4F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C4F70 is #93B08F. Grayscale: #5B5B5B. Windows color (decimal): -9678992 or 7360364. OLE color: 7360364.
HSL color Cylindrical-coordinate representation of color #6C4F70: hue angle of 292.73º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6C4F70 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 79 | 112 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.56 |
| HSL | 292.73º | 0.17% | 0.37% | - |
| HSV(B) | 292.73º | 0.29% | 0.44% | - |
| XYZ | 11.9 | 9.95 | 16.62 | - |
| YUV | 91.43 | 139.61 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 79 | 112 | 0.04 | 0.29 | 0 | 0.56 | 292.73 | 0.17 | 0.37 |
| Hex | 6C | 4F | 70 | 4 | 1D | 0 | 38 | 125 | 11 | 25 |
| Octal | 154 | 117 | 160 | 4 | 35 | 0 | 70 | 445 | 21 | 45 |
| Binary | 1101100 | 1001111 | 1110000 | 100 | 11101 | 0 | 111000 | 100100101 | 10001 | 100101 |
Color Harmonies of #6C4F70
Complementary color
Monochromatic Colors of #6C4F70
Black with #6C4F70
Text Example
Text Example
White with #6C4F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4F70; }
p { color: rgb(108,79,112); }
H1.HeaderClassName
{
color: #6C4F70;
}
.AnyTagClassName
{
color: #6C4F70;
}
</style>
background-color css
<style>
a { background-color: #6C4F70; }
a { background-color: rgb(108,79,112); }
div.DivClassName
{
background-color: #6C4F70;
}
.BgClassName
{
background-color: #6C4F70;
}
</style>
border-color css
<style>
span { border-color: #6C4F70; }
span { border-color: rgb(108,79,112); }
td.TdClassName
{
border-color: #6C4F70;
}
.TagClassName
{
border-color: #6C4F70;
}
</style>