Shades of Fedora #644867
Tints of Fedora #644867
RGB
CMYK
RGB Variations
Color information
#644867 (or 0x644867) is known color: Fedora. HEX triplet: 64, 48 and 67. RGB value is (100,72,103). Sum of RGB (Red+Green+Blue) = 100+72+103=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 103 (40.62% from 255 or 37.45% from 275); Max value from RGB is 103 - color contains mainly: blue. Hex color #644867 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644867 is #9BB798. Grayscale: #535353. Windows color (decimal): -10205081 or 6768740. OLE color: 6768740.
HSL color Cylindrical-coordinate representation of color #644867: hue angle of 294.19º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #644867 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 72 | 103 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.60 |
| HSL | 294.19º | 0.18% | 0.34% | - |
| HSV(B) | 294.19º | 0.3% | 0.4% | - |
| XYZ | 10.02 | 8.32 | 13.91 | - |
| YUV | 83.91 | 138.78 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 72 | 103 | 0.03 | 0.30 | 0 | 0.60 | 294.19 | 0.18 | 0.34 |
| Hex | 64 | 48 | 67 | 3 | 1E | 0 | 3C | 126 | 12 | 22 |
| Octal | 144 | 110 | 147 | 3 | 36 | 0 | 74 | 446 | 22 | 42 |
| Binary | 1100100 | 1001000 | 1100111 | 11 | 11110 | 0 | 111100 | 100100110 | 10010 | 100010 |
Color Harmonies of #644867
Complementary color
Monochromatic Colors of #644867
Black with #644867
Text Example
Text Example
White with #644867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644867; }
p { color: rgb(100,72,103); }
H1.HeaderClassName
{
color: #644867;
}
.AnyTagClassName
{
color: #644867;
}
</style>
background-color css
<style>
a { background-color: #644867; }
a { background-color: rgb(100,72,103); }
div.DivClassName
{
background-color: #644867;
}
.BgClassName
{
background-color: #644867;
}
</style>
border-color css
<style>
span { border-color: #644867; }
span { border-color: rgb(100,72,103); }
td.TdClassName
{
border-color: #644867;
}
.TagClassName
{
border-color: #644867;
}
</style>