Shades of Butterfly Bush #604C8F
Tints of Butterfly Bush #604C8F
RGB
CMYK
RGB Variations
Color information
#604C8F (or 0x604C8F) is known color: Butterfly Bush. HEX triplet: 60, 4C and 8F. RGB value is (96,76,143). Sum of RGB (Red+Green+Blue) = 96+76+143=315 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.48% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 143 (56.25% from 255 or 45.40% from 315); Max value from RGB is 143 - color contains mainly: blue. Hex color #604C8F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604C8F is #9FB370. Grayscale: #595959. Windows color (decimal): -10466161 or 9391200. OLE color: 9391200.
HSL color Cylindrical-coordinate representation of color #604C8F: hue angle of 257.91º 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 #604C8F is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 76 | 143 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.44 |
| HSL | 257.91º | 0.31% | 0.43% | - |
| HSV(B) | 257.91º | 0.47% | 0.56% | - |
| XYZ | 12.37 | 9.64 | 27.2 | - |
| YUV | 89.62 | 158.13 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 76 | 143 | 0.33 | 0.47 | 0 | 0.44 | 257.91 | 0.31 | 0.43 |
| Hex | 60 | 4C | 8F | 21 | 2F | 0 | 2C | 102 | 1F | 2B |
| Octal | 140 | 114 | 217 | 41 | 57 | 0 | 54 | 402 | 37 | 53 |
| Binary | 1100000 | 1001100 | 10001111 | 100001 | 101111 | 0 | 101100 | 100000010 | 11111 | 101011 |
Color Harmonies of #604C8F
Complementary color
Monochromatic Colors of #604C8F
Black with #604C8F
Text Example
Text Example
White with #604C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604C8F; }
p { color: rgb(96,76,143); }
H1.HeaderClassName
{
color: #604C8F;
}
.AnyTagClassName
{
color: #604C8F;
}
</style>
background-color css
<style>
a { background-color: #604C8F; }
a { background-color: rgb(96,76,143); }
div.DivClassName
{
background-color: #604C8F;
}
.BgClassName
{
background-color: #604C8F;
}
</style>
border-color css
<style>
span { border-color: #604C8F; }
span { border-color: rgb(96,76,143); }
td.TdClassName
{
border-color: #604C8F;
}
.TagClassName
{
border-color: #604C8F;
}
</style>