Shades of Butterfly Bush #67539B
Tints of Butterfly Bush #67539B
RGB
CMYK
RGB Variations
Color information
#67539B (or 0x67539B) is known color: Butterfly Bush. HEX triplet: 67, 53 and 9B. RGB value is (103,83,155). Sum of RGB (Red+Green+Blue) = 103+83+155=341 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.21% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #67539B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67539B is #98AC64. Grayscale: #606060. Windows color (decimal): -10005605 or 10179431. OLE color: 10179431.
HSL color Cylindrical-coordinate representation of color #67539B: hue angle of 256.67º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #67539B is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 83 | 155 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.39 |
| HSL | 256.67º | 0.3% | 0.47% | - |
| HSV(B) | 256.67º | 0.46% | 0.61% | - |
| XYZ | 14.6 | 11.44 | 32.45 | - |
| YUV | 97.19 | 160.63 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 83 | 155 | 0.34 | 0.46 | 0 | 0.39 | 256.67 | 0.3 | 0.47 |
| Hex | 67 | 53 | 9B | 22 | 2E | 0 | 27 | 101 | 1E | 2F |
| Octal | 147 | 123 | 233 | 42 | 56 | 0 | 47 | 401 | 36 | 57 |
| Binary | 1100111 | 1010011 | 10011011 | 100010 | 101110 | 0 | 100111 | 100000001 | 11110 | 101111 |
Color Harmonies of #67539B
Complementary color
Monochromatic Colors of #67539B
Black with #67539B
Text Example
Text Example
White with #67539B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67539B; }
p { color: rgb(103,83,155); }
H1.HeaderClassName
{
color: #67539B;
}
.AnyTagClassName
{
color: #67539B;
}
</style>
background-color css
<style>
a { background-color: #67539B; }
a { background-color: rgb(103,83,155); }
div.DivClassName
{
background-color: #67539B;
}
.BgClassName
{
background-color: #67539B;
}
</style>
border-color css
<style>
span { border-color: #67539B; }
span { border-color: rgb(103,83,155); }
td.TdClassName
{
border-color: #67539B;
}
.TagClassName
{
border-color: #67539B;
}
</style>