Shades of Butterfly Bush #645180
Tints of Butterfly Bush #645180
RGB
CMYK
RGB Variations
Color information
#645180 (or 0x645180) is known color: Butterfly Bush. HEX triplet: 64, 51 and 80. RGB value is (100,81,128). Sum of RGB (Red+Green+Blue) = 100+81+128=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 128 - color contains mainly: blue. Hex color #645180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645180 is #9BAE7F. Grayscale: #5B5B5B. Windows color (decimal): -10202752 or 8409444. OLE color: 8409444.
HSL color Cylindrical-coordinate representation of color #645180: hue angle of 264.26º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #645180 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 81 | 128 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.50 |
| HSL | 264.26º | 0.22% | 0.41% | - |
| HSV(B) | 264.26º | 0.37% | 0.5% | - |
| XYZ | 12.09 | 10.15 | 21.74 | - |
| YUV | 92.04 | 148.29 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 81 | 128 | 0.22 | 0.37 | 0 | 0.50 | 264.26 | 0.22 | 0.41 |
| Hex | 64 | 51 | 80 | 16 | 25 | 0 | 32 | 108 | 16 | 29 |
| Octal | 144 | 121 | 200 | 26 | 45 | 0 | 62 | 410 | 26 | 51 |
| Binary | 1100100 | 1010001 | 10000000 | 10110 | 100101 | 0 | 110010 | 100001000 | 10110 | 101001 |
Color Harmonies of #645180
Complementary color
Monochromatic Colors of #645180
Black with #645180
Text Example
Text Example
White with #645180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645180; }
p { color: rgb(100,81,128); }
H1.HeaderClassName
{
color: #645180;
}
.AnyTagClassName
{
color: #645180;
}
</style>
background-color css
<style>
a { background-color: #645180; }
a { background-color: rgb(100,81,128); }
div.DivClassName
{
background-color: #645180;
}
.BgClassName
{
background-color: #645180;
}
</style>
border-color css
<style>
span { border-color: #645180; }
span { border-color: rgb(100,81,128); }
td.TdClassName
{
border-color: #645180;
}
.TagClassName
{
border-color: #645180;
}
</style>