Shades of Butterfly Bush #67538D
Tints of Butterfly Bush #67538D
RGB
CMYK
RGB Variations
Color information
#67538D (or 0x67538D) is known color: Butterfly Bush. HEX triplet: 67, 53 and 8D. RGB value is (103,83,141). Sum of RGB (Red+Green+Blue) = 103+83+141=327 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.50% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 141 - color contains mainly: blue. Hex color #67538D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67538D is #98AC72. Grayscale: #5F5F5F. Windows color (decimal): -10005619 or 9261927. OLE color: 9261927.
HSL color Cylindrical-coordinate representation of color #67538D: hue angle of 260.69º 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 #67538D is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 83 | 141 | - |
| CMYK | 0.27 | 0.41 | 0 | 0.45 |
| HSL | 260.69º | 0.26% | 0.44% | - |
| HSV(B) | 260.69º | 0.41% | 0.55% | - |
| XYZ | 13.49 | 10.99 | 26.61 | - |
| YUV | 95.59 | 153.63 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 83 | 141 | 0.27 | 0.41 | 0 | 0.45 | 260.69 | 0.26 | 0.44 |
| Hex | 67 | 53 | 8D | 1B | 29 | 0 | 2D | 105 | 1A | 2C |
| Octal | 147 | 123 | 215 | 33 | 51 | 0 | 55 | 405 | 32 | 54 |
| Binary | 1100111 | 1010011 | 10001101 | 11011 | 101001 | 0 | 101101 | 100000101 | 11010 | 101100 |
Color Harmonies of #67538D
Complementary color
Monochromatic Colors of #67538D
Black with #67538D
Text Example
Text Example
White with #67538D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67538D; }
p { color: rgb(103,83,141); }
H1.HeaderClassName
{
color: #67538D;
}
.AnyTagClassName
{
color: #67538D;
}
</style>
background-color css
<style>
a { background-color: #67538D; }
a { background-color: rgb(103,83,141); }
div.DivClassName
{
background-color: #67538D;
}
.BgClassName
{
background-color: #67538D;
}
</style>
border-color css
<style>
span { border-color: #67538D; }
span { border-color: rgb(103,83,141); }
td.TdClassName
{
border-color: #67538D;
}
.TagClassName
{
border-color: #67538D;
}
</style>