Shades of Fedora #6E4F70
Tints of Fedora #6E4F70
RGB
CMYK
RGB Variations
Color information
#6E4F70 (or 0x6E4F70) is known color: Fedora. HEX triplet: 6E, 4F and 70. RGB value is (110,79,112). Sum of RGB (Red+Green+Blue) = 110+79+112=301 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.54% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 112 - color contains mainly: blue. Hex color #6E4F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E4F70 is #91B08F. Grayscale: #5B5B5B. Windows color (decimal): -9547920 or 7360366. OLE color: 7360366.
HSL color Cylindrical-coordinate representation of color #6E4F70: hue angle of 296.36º 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 #6E4F70 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 79 | 112 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.56 |
| HSL | 296.36º | 0.17% | 0.37% | - |
| HSV(B) | 296.36º | 0.29% | 0.44% | - |
| XYZ | 12.15 | 10.08 | 16.63 | - |
| YUV | 92.03 | 139.27 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 79 | 112 | 0.02 | 0.29 | 0 | 0.56 | 296.36 | 0.17 | 0.37 |
| Hex | 6E | 4F | 70 | 2 | 1D | 0 | 38 | 128 | 11 | 25 |
| Octal | 156 | 117 | 160 | 2 | 35 | 0 | 70 | 450 | 21 | 45 |
| Binary | 1101110 | 1001111 | 1110000 | 10 | 11101 | 0 | 111000 | 100101000 | 10001 | 100101 |
Color Harmonies of #6E4F70
Complementary color
Monochromatic Colors of #6E4F70
Black with #6E4F70
Text Example
Text Example
White with #6E4F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4F70; }
p { color: rgb(110,79,112); }
H1.HeaderClassName
{
color: #6E4F70;
}
.AnyTagClassName
{
color: #6E4F70;
}
</style>
background-color css
<style>
a { background-color: #6E4F70; }
a { background-color: rgb(110,79,112); }
div.DivClassName
{
background-color: #6E4F70;
}
.BgClassName
{
background-color: #6E4F70;
}
</style>
border-color css
<style>
span { border-color: #6E4F70; }
span { border-color: rgb(110,79,112); }
td.TdClassName
{
border-color: #6E4F70;
}
.TagClassName
{
border-color: #6E4F70;
}
</style>