Shades of Butterfly Bush #67537C
Tints of Butterfly Bush #67537C
RGB
CMYK
RGB Variations
Color information
#67537C (or 0x67537C) is known color: Butterfly Bush. HEX triplet: 67, 53 and 7C. RGB value is (103,83,124). Sum of RGB (Red+Green+Blue) = 103+83+124=310 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.23% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 124 - color contains mainly: blue. Hex color #67537C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67537C is #98AC83. Grayscale: #5D5D5D. Windows color (decimal): -10005636 or 8147815. OLE color: 8147815.
HSL color Cylindrical-coordinate representation of color #67537C: hue angle of 269.27º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #67537C is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 83 | 124 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.51 |
| HSL | 269.27º | 0.2% | 0.41% | - |
| HSV(B) | 269.27º | 0.33% | 0.49% | - |
| XYZ | 12.32 | 10.53 | 20.45 | - |
| YUV | 93.65 | 145.13 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 83 | 124 | 0.17 | 0.33 | 0 | 0.51 | 269.27 | 0.2 | 0.41 |
| Hex | 67 | 53 | 7C | 11 | 21 | 0 | 33 | 10D | 14 | 29 |
| Octal | 147 | 123 | 174 | 21 | 41 | 0 | 63 | 415 | 24 | 51 |
| Binary | 1100111 | 1010011 | 1111100 | 10001 | 100001 | 0 | 110011 | 100001101 | 10100 | 101001 |
Color Harmonies of #67537C
Complementary color
Monochromatic Colors of #67537C
Black with #67537C
Text Example
Text Example
White with #67537C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67537C; }
p { color: rgb(103,83,124); }
H1.HeaderClassName
{
color: #67537C;
}
.AnyTagClassName
{
color: #67537C;
}
</style>
background-color css
<style>
a { background-color: #67537C; }
a { background-color: rgb(103,83,124); }
div.DivClassName
{
background-color: #67537C;
}
.BgClassName
{
background-color: #67537C;
}
</style>
border-color css
<style>
span { border-color: #67537C; }
span { border-color: rgb(103,83,124); }
td.TdClassName
{
border-color: #67537C;
}
.TagClassName
{
border-color: #67537C;
}
</style>