Shades of Butterfly Bush #645181
Tints of Butterfly Bush #645181
RGB
CMYK
RGB Variations
Color information
#645181 (or 0x645181) is known color: Butterfly Bush. HEX triplet: 64, 51 and 81. RGB value is (100,81,129). Sum of RGB (Red+Green+Blue) = 100+81+129=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 129 (50.78% from 255 or 41.61% from 310); Max value from RGB is 129 - color contains mainly: blue. Hex color #645181 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645181 is #9BAE7E. Grayscale: #5B5B5B. Windows color (decimal): -10202751 or 8474980. OLE color: 8474980.
HSL color Cylindrical-coordinate representation of color #645181: hue angle of 263.75º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #645181 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 81 | 129 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.49 |
| HSL | 263.75º | 0.23% | 0.41% | - |
| HSV(B) | 263.75º | 0.37% | 0.51% | - |
| XYZ | 12.16 | 10.18 | 22.09 | - |
| YUV | 92.15 | 148.79 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 81 | 129 | 0.22 | 0.37 | 0 | 0.49 | 263.75 | 0.23 | 0.41 |
| Hex | 64 | 51 | 81 | 16 | 25 | 0 | 31 | 108 | 17 | 29 |
| Octal | 144 | 121 | 201 | 26 | 45 | 0 | 61 | 410 | 27 | 51 |
| Binary | 1100100 | 1010001 | 10000001 | 10110 | 100101 | 0 | 110001 | 100001000 | 10111 | 101001 |
Color Harmonies of #645181
Complementary color
Monochromatic Colors of #645181
Black with #645181
Text Example
Text Example
White with #645181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645181; }
p { color: rgb(100,81,129); }
H1.HeaderClassName
{
color: #645181;
}
.AnyTagClassName
{
color: #645181;
}
</style>
background-color css
<style>
a { background-color: #645181; }
a { background-color: rgb(100,81,129); }
div.DivClassName
{
background-color: #645181;
}
.BgClassName
{
background-color: #645181;
}
</style>
border-color css
<style>
span { border-color: #645181; }
span { border-color: rgb(100,81,129); }
td.TdClassName
{
border-color: #645181;
}
.TagClassName
{
border-color: #645181;
}
</style>