Shades of Butterfly Bush #604E85
Tints of Butterfly Bush #604E85
RGB
CMYK
RGB Variations
Color information
#604E85 (or 0x604E85) is known color: Butterfly Bush. HEX triplet: 60, 4E and 85. RGB value is (96,78,133). Sum of RGB (Red+Green+Blue) = 96+78+133=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 133 - color contains mainly: blue. Hex color #604E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #604E85 is #9FB17A. Grayscale: #595959. Windows color (decimal): -10465659 or 8736352. OLE color: 8736352.
HSL color Cylindrical-coordinate representation of color #604E85: hue angle of 259.64º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #604E85 is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 78 | 133 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.48 |
| HSL | 259.64º | 0.26% | 0.41% | - |
| HSV(B) | 259.64º | 0.41% | 0.52% | - |
| XYZ | 11.78 | 9.63 | 23.43 | - |
| YUV | 89.65 | 152.46 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 78 | 133 | 0.28 | 0.41 | 0 | 0.48 | 259.64 | 0.26 | 0.41 |
| Hex | 60 | 4E | 85 | 1C | 29 | 0 | 30 | 104 | 1A | 29 |
| Octal | 140 | 116 | 205 | 34 | 51 | 0 | 60 | 404 | 32 | 51 |
| Binary | 1100000 | 1001110 | 10000101 | 11100 | 101001 | 0 | 110000 | 100000100 | 11010 | 101001 |
Color Harmonies of #604E85
Complementary color
Monochromatic Colors of #604E85
Black with #604E85
Text Example
Text Example
White with #604E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604E85; }
p { color: rgb(96,78,133); }
H1.HeaderClassName
{
color: #604E85;
}
.AnyTagClassName
{
color: #604E85;
}
</style>
background-color css
<style>
a { background-color: #604E85; }
a { background-color: rgb(96,78,133); }
div.DivClassName
{
background-color: #604E85;
}
.BgClassName
{
background-color: #604E85;
}
</style>
border-color css
<style>
span { border-color: #604E85; }
span { border-color: rgb(96,78,133); }
td.TdClassName
{
border-color: #604E85;
}
.TagClassName
{
border-color: #604E85;
}
</style>