Shades of Butterfly Bush #604D93
Tints of Butterfly Bush #604D93
RGB
CMYK
RGB Variations
Color information
#604D93 (or 0x604D93) is known color: Butterfly Bush. HEX triplet: 60, 4D and 93. RGB value is (96,77,147). Sum of RGB (Red+Green+Blue) = 96+77+147=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 147 (57.81% from 255 or 45.94% from 320); Max value from RGB is 147 - color contains mainly: blue. Hex color #604D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #604D93 is #9FB26C. Grayscale: #5A5A5A. Windows color (decimal): -10465901 or 9653600. OLE color: 9653600.
HSL color Cylindrical-coordinate representation of color #604D93: hue angle of 256.29º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #604D93 is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 77 | 147 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.42 |
| HSL | 256.29º | 0.31% | 0.44% | - |
| HSV(B) | 256.29º | 0.48% | 0.58% | - |
| XYZ | 12.74 | 9.9 | 28.84 | - |
| YUV | 90.66 | 159.79 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 77 | 147 | 0.35 | 0.48 | 0 | 0.42 | 256.29 | 0.31 | 0.44 |
| Hex | 60 | 4D | 93 | 23 | 30 | 0 | 2A | 100 | 1F | 2C |
| Octal | 140 | 115 | 223 | 43 | 60 | 0 | 52 | 400 | 37 | 54 |
| Binary | 1100000 | 1001101 | 10010011 | 100011 | 110000 | 0 | 101010 | 100000000 | 11111 | 101100 |
Color Harmonies of #604D93
Complementary color
Monochromatic Colors of #604D93
Black with #604D93
Text Example
Text Example
White with #604D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604D93; }
p { color: rgb(96,77,147); }
H1.HeaderClassName
{
color: #604D93;
}
.AnyTagClassName
{
color: #604D93;
}
</style>
background-color css
<style>
a { background-color: #604D93; }
a { background-color: rgb(96,77,147); }
div.DivClassName
{
background-color: #604D93;
}
.BgClassName
{
background-color: #604D93;
}
</style>
border-color css
<style>
span { border-color: #604D93; }
span { border-color: rgb(96,77,147); }
td.TdClassName
{
border-color: #604D93;
}
.TagClassName
{
border-color: #604D93;
}
</style>