Shades of Butterfly Bush #675090
Tints of Butterfly Bush #675090
RGB
CMYK
RGB Variations
Color information
#675090 (or 0x675090) is known color: Butterfly Bush. HEX triplet: 67, 50 and 90. RGB value is (103,80,144). Sum of RGB (Red+Green+Blue) = 103+80+144=327 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.50% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 144 - color contains mainly: blue. Hex color #675090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675090 is #98AF6F. Grayscale: #5D5D5D. Windows color (decimal): -10006384 or 9457767. OLE color: 9457767.
HSL color Cylindrical-coordinate representation of color #675090: hue angle of 261.56º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #675090 is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 80 | 144 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.44 |
| HSL | 261.56º | 0.29% | 0.44% | - |
| HSV(B) | 261.56º | 0.44% | 0.56% | - |
| XYZ | 13.5 | 10.63 | 27.73 | - |
| YUV | 94.17 | 156.12 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 80 | 144 | 0.28 | 0.44 | 0 | 0.44 | 261.56 | 0.29 | 0.44 |
| Hex | 67 | 50 | 90 | 1C | 2C | 0 | 2C | 106 | 1D | 2C |
| Octal | 147 | 120 | 220 | 34 | 54 | 0 | 54 | 406 | 35 | 54 |
| Binary | 1100111 | 1010000 | 10010000 | 11100 | 101100 | 0 | 101100 | 100000110 | 11101 | 101100 |
Color Harmonies of #675090
Complementary color
Monochromatic Colors of #675090
Black with #675090
Text Example
Text Example
White with #675090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675090; }
p { color: rgb(103,80,144); }
H1.HeaderClassName
{
color: #675090;
}
.AnyTagClassName
{
color: #675090;
}
</style>
background-color css
<style>
a { background-color: #675090; }
a { background-color: rgb(103,80,144); }
div.DivClassName
{
background-color: #675090;
}
.BgClassName
{
background-color: #675090;
}
</style>
border-color css
<style>
span { border-color: #675090; }
span { border-color: rgb(103,80,144); }
td.TdClassName
{
border-color: #675090;
}
.TagClassName
{
border-color: #675090;
}
</style>