Shades of Butterfly Bush #604F90
Tints of Butterfly Bush #604F90
RGB
CMYK
RGB Variations
Color information
#604F90 (or 0x604F90) is known color: Butterfly Bush. HEX triplet: 60, 4F and 90. RGB value is (96,79,144). Sum of RGB (Red+Green+Blue) = 96+79+144=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 144 - color contains mainly: blue. Hex color #604F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #604F90 is #9FB06F. Grayscale: #5B5B5B. Windows color (decimal): -10465392 or 9457504. OLE color: 9457504.
HSL color Cylindrical-coordinate representation of color #604F90: hue angle of 255.69º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #604F90 is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 79 | 144 | - |
| CMYK | 0.33 | 0.45 | 0 | 0.44 |
| HSL | 255.69º | 0.29% | 0.44% | - |
| HSV(B) | 255.69º | 0.45% | 0.56% | - |
| XYZ | 12.65 | 10.09 | 27.67 | - |
| YUV | 91.49 | 157.63 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 79 | 144 | 0.33 | 0.45 | 0 | 0.44 | 255.69 | 0.29 | 0.44 |
| Hex | 60 | 4F | 90 | 21 | 2D | 0 | 2C | 100 | 1D | 2C |
| Octal | 140 | 117 | 220 | 41 | 55 | 0 | 54 | 400 | 35 | 54 |
| Binary | 1100000 | 1001111 | 10010000 | 100001 | 101101 | 0 | 101100 | 100000000 | 11101 | 101100 |
Color Harmonies of #604F90
Complementary color
Monochromatic Colors of #604F90
Black with #604F90
Text Example
Text Example
White with #604F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604F90; }
p { color: rgb(96,79,144); }
H1.HeaderClassName
{
color: #604F90;
}
.AnyTagClassName
{
color: #604F90;
}
</style>
background-color css
<style>
a { background-color: #604F90; }
a { background-color: rgb(96,79,144); }
div.DivClassName
{
background-color: #604F90;
}
.BgClassName
{
background-color: #604F90;
}
</style>
border-color css
<style>
span { border-color: #604F90; }
span { border-color: rgb(96,79,144); }
td.TdClassName
{
border-color: #604F90;
}
.TagClassName
{
border-color: #604F90;
}
</style>