Shades of Fedora #645669
Tints of Fedora #645669
RGB
CMYK
RGB Variations
Color information
#645669 (or 0x645669) is known color: Fedora. HEX triplet: 64, 56 and 69. RGB value is (100,86,105). Sum of RGB (Red+Green+Blue) = 100+86+105=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 105 - color contains mainly: blue. Hex color #645669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645669 is #9BA996. Grayscale: #5C5C5C. Windows color (decimal): -10201495 or 6903396. OLE color: 6903396.
HSL color Cylindrical-coordinate representation of color #645669: hue angle of 284.21º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #645669 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 86 | 105 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.59 |
| HSL | 284.21º | 0.1% | 0.37% | - |
| HSV(B) | 284.21º | 0.18% | 0.41% | - |
| XYZ | 11.13 | 10.38 | 14.78 | - |
| YUV | 92.35 | 135.14 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 86 | 105 | 0.05 | 0.18 | 0 | 0.59 | 284.21 | 0.1 | 0.37 |
| Hex | 64 | 56 | 69 | 5 | 12 | 0 | 3B | 11C | A | 25 |
| Octal | 144 | 126 | 151 | 5 | 22 | 0 | 73 | 434 | 12 | 45 |
| Binary | 1100100 | 1010110 | 1101001 | 101 | 10010 | 0 | 111011 | 100011100 | 1010 | 100101 |
Color Harmonies of #645669
Complementary color
Monochromatic Colors of #645669
Black with #645669
Text Example
Text Example
White with #645669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645669; }
p { color: rgb(100,86,105); }
H1.HeaderClassName
{
color: #645669;
}
.AnyTagClassName
{
color: #645669;
}
</style>
background-color css
<style>
a { background-color: #645669; }
a { background-color: rgb(100,86,105); }
div.DivClassName
{
background-color: #645669;
}
.BgClassName
{
background-color: #645669;
}
</style>
border-color css
<style>
span { border-color: #645669; }
span { border-color: rgb(100,86,105); }
td.TdClassName
{
border-color: #645669;
}
.TagClassName
{
border-color: #645669;
}
</style>