Shades of Fedora #645A67
Tints of Fedora #645A67
RGB
CMYK
RGB Variations
Color information
#645A67 (or 0x645A67) is known color: Fedora. HEX triplet: 64, 5A and 67. RGB value is (100,90,103). Sum of RGB (Red+Green+Blue) = 100+90+103=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 103 (40.62% from 255 or 35.15% from 293); Max value from RGB is 103 - color contains mainly: blue. Hex color #645A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645A67 is #9BA598. Grayscale: #5E5E5E. Windows color (decimal): -10200473 or 6773348. OLE color: 6773348.
HSL color Cylindrical-coordinate representation of color #645A67: hue angle of 286.15º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #645A67 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 90 | 103 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.60 |
| HSL | 286.15º | 0.07% | 0.38% | - |
| HSV(B) | 286.15º | 0.13% | 0.4% | - |
| XYZ | 11.36 | 11 | 14.36 | - |
| YUV | 94.47 | 132.81 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 90 | 103 | 0.03 | 0.13 | 0 | 0.60 | 286.15 | 0.07 | 0.38 |
| Hex | 64 | 5A | 67 | 3 | D | 0 | 3C | 11E | 7 | 26 |
| Octal | 144 | 132 | 147 | 3 | 15 | 0 | 74 | 436 | 7 | 46 |
| Binary | 1100100 | 1011010 | 1100111 | 11 | 1101 | 0 | 111100 | 100011110 | 111 | 100110 |
Color Harmonies of #645A67
Complementary color
Monochromatic Colors of #645A67
Black with #645A67
Text Example
Text Example
White with #645A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645A67; }
p { color: rgb(100,90,103); }
H1.HeaderClassName
{
color: #645A67;
}
.AnyTagClassName
{
color: #645A67;
}
</style>
background-color css
<style>
a { background-color: #645A67; }
a { background-color: rgb(100,90,103); }
div.DivClassName
{
background-color: #645A67;
}
.BgClassName
{
background-color: #645A67;
}
</style>
border-color css
<style>
span { border-color: #645A67; }
span { border-color: rgb(100,90,103); }
td.TdClassName
{
border-color: #645A67;
}
.TagClassName
{
border-color: #645A67;
}
</style>