Shades of Butterfly Bush #604C90
Tints of Butterfly Bush #604C90
RGB
CMYK
RGB Variations
Color information
#604C90 (or 0x604C90) is known color: Butterfly Bush. HEX triplet: 60, 4C and 90. RGB value is (96,76,144). Sum of RGB (Red+Green+Blue) = 96+76+144=316 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.38% from 316); Green value is 76 (30.08% from 255 or 24.05% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #604C90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604C90 is #9FB36F. Grayscale: #595959. Windows color (decimal): -10466160 or 9456736. OLE color: 9456736.
HSL color Cylindrical-coordinate representation of color #604C90: hue angle of 257.65º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #604C90 is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 76 | 144 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.44 |
| HSL | 257.65º | 0.31% | 0.43% | - |
| HSV(B) | 257.65º | 0.47% | 0.56% | - |
| XYZ | 12.44 | 9.67 | 27.6 | - |
| YUV | 89.73 | 158.63 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 76 | 144 | 0.33 | 0.47 | 0 | 0.44 | 257.65 | 0.31 | 0.43 |
| Hex | 60 | 4C | 90 | 21 | 2F | 0 | 2C | 102 | 1F | 2B |
| Octal | 140 | 114 | 220 | 41 | 57 | 0 | 54 | 402 | 37 | 53 |
| Binary | 1100000 | 1001100 | 10010000 | 100001 | 101111 | 0 | 101100 | 100000010 | 11111 | 101011 |
Color Harmonies of #604C90
Complementary color
Monochromatic Colors of #604C90
Black with #604C90
Text Example
Text Example
White with #604C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604C90; }
p { color: rgb(96,76,144); }
H1.HeaderClassName
{
color: #604C90;
}
.AnyTagClassName
{
color: #604C90;
}
</style>
background-color css
<style>
a { background-color: #604C90; }
a { background-color: rgb(96,76,144); }
div.DivClassName
{
background-color: #604C90;
}
.BgClassName
{
background-color: #604C90;
}
</style>
border-color css
<style>
span { border-color: #604C90; }
span { border-color: rgb(96,76,144); }
td.TdClassName
{
border-color: #604C90;
}
.TagClassName
{
border-color: #604C90;
}
</style>