Shades of Fedora #645069
Tints of Fedora #645069
RGB
CMYK
RGB Variations
Color information
#645069 (or 0x645069) is known color: Fedora. HEX triplet: 64, 50 and 69. RGB value is (100,80,105). Sum of RGB (Red+Green+Blue) = 100+80+105=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 105 - color contains mainly: blue. Hex color #645069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645069 is #9BAF96. Grayscale: #585858. Windows color (decimal): -10203031 or 6901860. OLE color: 6901860.
HSL color Cylindrical-coordinate representation of color #645069: hue angle of 288º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #645069 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 80 | 105 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.59 |
| HSL | 288º | 0.14% | 0.36% | - |
| HSV(B) | 288º | 0.24% | 0.41% | - |
| XYZ | 10.67 | 9.47 | 14.63 | - |
| YUV | 88.83 | 137.13 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 80 | 105 | 0.05 | 0.24 | 0 | 0.59 | 288 | 0.14 | 0.36 |
| Hex | 64 | 50 | 69 | 5 | 18 | 0 | 3B | 120 | E | 24 |
| Octal | 144 | 120 | 151 | 5 | 30 | 0 | 73 | 440 | 16 | 44 |
| Binary | 1100100 | 1010000 | 1101001 | 101 | 11000 | 0 | 111011 | 100100000 | 1110 | 100100 |
Color Harmonies of #645069
Complementary color
Monochromatic Colors of #645069
Black with #645069
Text Example
Text Example
White with #645069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645069; }
p { color: rgb(100,80,105); }
H1.HeaderClassName
{
color: #645069;
}
.AnyTagClassName
{
color: #645069;
}
</style>
background-color css
<style>
a { background-color: #645069; }
a { background-color: rgb(100,80,105); }
div.DivClassName
{
background-color: #645069;
}
.BgClassName
{
background-color: #645069;
}
</style>
border-color css
<style>
span { border-color: #645069; }
span { border-color: rgb(100,80,105); }
td.TdClassName
{
border-color: #645069;
}
.TagClassName
{
border-color: #645069;
}
</style>