Shades of Butterfly Bush #654F90
Tints of Butterfly Bush #654F90
RGB
CMYK
RGB Variations
Color information
#654F90 (or 0x654F90) is known color: Butterfly Bush. HEX triplet: 65, 4F and 90. RGB value is (101,79,144). Sum of RGB (Red+Green+Blue) = 101+79+144=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 79 (31.25% from 255 or 24.38% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 144 - color contains mainly: blue. Hex color #654F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #654F90 is #9AB06F. Grayscale: #5C5C5C. Windows color (decimal): -10137712 or 9457509. OLE color: 9457509.
HSL color Cylindrical-coordinate representation of color #654F90: hue angle of 260.31º 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 #654F90 is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 79 | 144 | - |
| CMYK | 0.30 | 0.45 | 0 | 0.44 |
| HSL | 260.31º | 0.29% | 0.44% | - |
| HSV(B) | 260.31º | 0.45% | 0.56% | - |
| XYZ | 13.2 | 10.37 | 27.69 | - |
| YUV | 92.99 | 156.79 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 79 | 144 | 0.30 | 0.45 | 0 | 0.44 | 260.31 | 0.29 | 0.44 |
| Hex | 65 | 4F | 90 | 1E | 2D | 0 | 2C | 104 | 1D | 2C |
| Octal | 145 | 117 | 220 | 36 | 55 | 0 | 54 | 404 | 35 | 54 |
| Binary | 1100101 | 1001111 | 10010000 | 11110 | 101101 | 0 | 101100 | 100000100 | 11101 | 101100 |
Color Harmonies of #654F90
Complementary color
Monochromatic Colors of #654F90
Black with #654F90
Text Example
Text Example
White with #654F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654F90; }
p { color: rgb(101,79,144); }
H1.HeaderClassName
{
color: #654F90;
}
.AnyTagClassName
{
color: #654F90;
}
</style>
background-color css
<style>
a { background-color: #654F90; }
a { background-color: rgb(101,79,144); }
div.DivClassName
{
background-color: #654F90;
}
.BgClassName
{
background-color: #654F90;
}
</style>
border-color css
<style>
span { border-color: #654F90; }
span { border-color: rgb(101,79,144); }
td.TdClassName
{
border-color: #654F90;
}
.TagClassName
{
border-color: #654F90;
}
</style>