Shades of Butterfly Bush #67528C
Tints of Butterfly Bush #67528C
RGB
CMYK
RGB Variations
Color information
#67528C (or 0x67528C) is known color: Butterfly Bush. HEX triplet: 67, 52 and 8C. RGB value is (103,82,140). Sum of RGB (Red+Green+Blue) = 103+82+140=325 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.69% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 140 - color contains mainly: blue. Hex color #67528C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67528C is #98AD73. Grayscale: #5E5E5E. Windows color (decimal): -10005876 or 9196135. OLE color: 9196135.
HSL color Cylindrical-coordinate representation of color #67528C: hue angle of 261.72º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #67528C is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 82 | 140 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.45 |
| HSL | 261.72º | 0.26% | 0.44% | - |
| HSV(B) | 261.72º | 0.41% | 0.55% | - |
| XYZ | 13.34 | 10.81 | 26.19 | - |
| YUV | 94.89 | 153.46 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 82 | 140 | 0.26 | 0.41 | 0 | 0.45 | 261.72 | 0.26 | 0.44 |
| Hex | 67 | 52 | 8C | 1A | 29 | 0 | 2D | 106 | 1A | 2C |
| Octal | 147 | 122 | 214 | 32 | 51 | 0 | 55 | 406 | 32 | 54 |
| Binary | 1100111 | 1010010 | 10001100 | 11010 | 101001 | 0 | 101101 | 100000110 | 11010 | 101100 |
Color Harmonies of #67528C
Complementary color
Monochromatic Colors of #67528C
Black with #67528C
Text Example
Text Example
White with #67528C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67528C; }
p { color: rgb(103,82,140); }
H1.HeaderClassName
{
color: #67528C;
}
.AnyTagClassName
{
color: #67528C;
}
</style>
background-color css
<style>
a { background-color: #67528C; }
a { background-color: rgb(103,82,140); }
div.DivClassName
{
background-color: #67528C;
}
.BgClassName
{
background-color: #67528C;
}
</style>
border-color css
<style>
span { border-color: #67528C; }
span { border-color: rgb(103,82,140); }
td.TdClassName
{
border-color: #67528C;
}
.TagClassName
{
border-color: #67528C;
}
</style>