Shades of Butterfly Bush #67557F
Tints of Butterfly Bush #67557F
RGB
CMYK
RGB Variations
Color information
#67557F (or 0x67557F) is known color: Butterfly Bush. HEX triplet: 67, 55 and 7F. RGB value is (103,85,127). Sum of RGB (Red+Green+Blue) = 103+85+127=315 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.70% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 127 - color contains mainly: blue. Hex color #67557F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67557F is #98AA80. Grayscale: #5F5F5F. Windows color (decimal): -10005121 or 8344935. OLE color: 8344935.
HSL color Cylindrical-coordinate representation of color #67557F: hue angle of 265.71º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #67557F is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 85 | 127 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.50 |
| HSL | 265.71º | 0.2% | 0.42% | - |
| HSV(B) | 265.71º | 0.33% | 0.5% | - |
| XYZ | 12.67 | 10.91 | 21.52 | - |
| YUV | 95.17 | 145.96 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 85 | 127 | 0.19 | 0.33 | 0 | 0.50 | 265.71 | 0.2 | 0.42 |
| Hex | 67 | 55 | 7F | 13 | 21 | 0 | 32 | 10A | 14 | 2A |
| Octal | 147 | 125 | 177 | 23 | 41 | 0 | 62 | 412 | 24 | 52 |
| Binary | 1100111 | 1010101 | 1111111 | 10011 | 100001 | 0 | 110010 | 100001010 | 10100 | 101010 |
Color Harmonies of #67557F
Complementary color
Monochromatic Colors of #67557F
Black with #67557F
Text Example
Text Example
White with #67557F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67557F; }
p { color: rgb(103,85,127); }
H1.HeaderClassName
{
color: #67557F;
}
.AnyTagClassName
{
color: #67557F;
}
</style>
background-color css
<style>
a { background-color: #67557F; }
a { background-color: rgb(103,85,127); }
div.DivClassName
{
background-color: #67557F;
}
.BgClassName
{
background-color: #67557F;
}
</style>
border-color css
<style>
span { border-color: #67557F; }
span { border-color: rgb(103,85,127); }
td.TdClassName
{
border-color: #67557F;
}
.TagClassName
{
border-color: #67557F;
}
</style>