Shades of Butterfly Bush #645898
Tints of Butterfly Bush #645898
RGB
CMYK
RGB Variations
Color information
#645898 (or 0x645898) is known color: Butterfly Bush. HEX triplet: 64, 58 and 98. RGB value is (100,88,152). Sum of RGB (Red+Green+Blue) = 100+88+152=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 152 (59.77% from 255 or 44.71% from 340); Max value from RGB is 152 - color contains mainly: blue. Hex color #645898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645898 is #9BA767. Grayscale: #626262. Windows color (decimal): -10200936 or 9984100. OLE color: 9984100.
HSL color Cylindrical-coordinate representation of color #645898: hue angle of 251.25º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #645898 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 88 | 152 | - |
| CMYK | 0.34 | 0.42 | 0 | 0.40 |
| HSL | 251.25º | 0.27% | 0.47% | - |
| HSV(B) | 251.25º | 0.42% | 0.6% | - |
| XYZ | 14.41 | 11.96 | 31.25 | - |
| YUV | 98.88 | 157.98 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 88 | 152 | 0.34 | 0.42 | 0 | 0.40 | 251.25 | 0.27 | 0.47 |
| Hex | 64 | 58 | 98 | 22 | 2A | 0 | 28 | FB | 1B | 2F |
| Octal | 144 | 130 | 230 | 42 | 52 | 0 | 50 | 373 | 33 | 57 |
| Binary | 1100100 | 1011000 | 10011000 | 100010 | 101010 | 0 | 101000 | 11111011 | 11011 | 101111 |
Color Harmonies of #645898
Complementary color
Monochromatic Colors of #645898
Black with #645898
Text Example
Text Example
White with #645898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645898; }
p { color: rgb(100,88,152); }
H1.HeaderClassName
{
color: #645898;
}
.AnyTagClassName
{
color: #645898;
}
</style>
background-color css
<style>
a { background-color: #645898; }
a { background-color: rgb(100,88,152); }
div.DivClassName
{
background-color: #645898;
}
.BgClassName
{
background-color: #645898;
}
</style>
border-color css
<style>
span { border-color: #645898; }
span { border-color: rgb(100,88,152); }
td.TdClassName
{
border-color: #645898;
}
.TagClassName
{
border-color: #645898;
}
</style>