Shades of Butterfly Bush #645488
Tints of Butterfly Bush #645488
RGB
CMYK
RGB Variations
Color information
#645488 (or 0x645488) is known color: Butterfly Bush. HEX triplet: 64, 54 and 88. RGB value is (100,84,136). Sum of RGB (Red+Green+Blue) = 100+84+136=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 136 - color contains mainly: blue. Hex color #645488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645488 is #9BAB77. Grayscale: #5E5E5E. Windows color (decimal): -10201976 or 8934500. OLE color: 8934500.
HSL color Cylindrical-coordinate representation of color #645488: hue angle of 258.46º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #645488 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 84 | 136 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.47 |
| HSL | 258.46º | 0.24% | 0.43% | - |
| HSV(B) | 258.46º | 0.38% | 0.53% | - |
| XYZ | 12.87 | 10.83 | 24.7 | - |
| YUV | 94.71 | 151.3 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 84 | 136 | 0.26 | 0.38 | 0 | 0.47 | 258.46 | 0.24 | 0.43 |
| Hex | 64 | 54 | 88 | 1A | 26 | 0 | 2F | 102 | 18 | 2B |
| Octal | 144 | 124 | 210 | 32 | 46 | 0 | 57 | 402 | 30 | 53 |
| Binary | 1100100 | 1010100 | 10001000 | 11010 | 100110 | 0 | 101111 | 100000010 | 11000 | 101011 |
Color Harmonies of #645488
Complementary color
Monochromatic Colors of #645488
Black with #645488
Text Example
Text Example
White with #645488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645488; }
p { color: rgb(100,84,136); }
H1.HeaderClassName
{
color: #645488;
}
.AnyTagClassName
{
color: #645488;
}
</style>
background-color css
<style>
a { background-color: #645488; }
a { background-color: rgb(100,84,136); }
div.DivClassName
{
background-color: #645488;
}
.BgClassName
{
background-color: #645488;
}
</style>
border-color css
<style>
span { border-color: #645488; }
span { border-color: rgb(100,84,136); }
td.TdClassName
{
border-color: #645488;
}
.TagClassName
{
border-color: #645488;
}
</style>