Shades of Butterfly Bush #67537F
Tints of Butterfly Bush #67537F
RGB
CMYK
RGB Variations
Color information
#67537F (or 0x67537F) is known color: Butterfly Bush. HEX triplet: 67, 53 and 7F. RGB value is (103,83,127). Sum of RGB (Red+Green+Blue) = 103+83+127=313 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.91% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 127 - color contains mainly: blue. Hex color #67537F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67537F is #98AC80. Grayscale: #5D5D5D. Windows color (decimal): -10005633 or 8344423. OLE color: 8344423.
HSL color Cylindrical-coordinate representation of color #67537F: hue angle of 267.27º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #67537F is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 83 | 127 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.50 |
| HSL | 267.27º | 0.21% | 0.41% | - |
| HSV(B) | 267.27º | 0.35% | 0.5% | - |
| XYZ | 12.52 | 10.6 | 21.47 | - |
| YUV | 94 | 146.63 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 83 | 127 | 0.19 | 0.35 | 0 | 0.50 | 267.27 | 0.21 | 0.41 |
| Hex | 67 | 53 | 7F | 13 | 23 | 0 | 32 | 10B | 15 | 29 |
| Octal | 147 | 123 | 177 | 23 | 43 | 0 | 62 | 413 | 25 | 51 |
| Binary | 1100111 | 1010011 | 1111111 | 10011 | 100011 | 0 | 110010 | 100001011 | 10101 | 101001 |
Color Harmonies of #67537F
Complementary color
Monochromatic Colors of #67537F
Black with #67537F
Text Example
Text Example
White with #67537F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67537F; }
p { color: rgb(103,83,127); }
H1.HeaderClassName
{
color: #67537F;
}
.AnyTagClassName
{
color: #67537F;
}
</style>
background-color css
<style>
a { background-color: #67537F; }
a { background-color: rgb(103,83,127); }
div.DivClassName
{
background-color: #67537F;
}
.BgClassName
{
background-color: #67537F;
}
</style>
border-color css
<style>
span { border-color: #67537F; }
span { border-color: rgb(103,83,127); }
td.TdClassName
{
border-color: #67537F;
}
.TagClassName
{
border-color: #67537F;
}
</style>