Shades of Butterfly Bush #67568C
Tints of Butterfly Bush #67568C
RGB
CMYK
RGB Variations
Color information
#67568C (or 0x67568C) is known color: Butterfly Bush. HEX triplet: 67, 56 and 8C. RGB value is (103,86,140). Sum of RGB (Red+Green+Blue) = 103+86+140=329 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.31% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 140 - color contains mainly: blue. Hex color #67568C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67568C is #98A973. Grayscale: #616161. Windows color (decimal): -10004852 or 9197159. OLE color: 9197159.
HSL color Cylindrical-coordinate representation of color #67568C: hue angle of 258.89º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #67568C is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 86 | 140 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.45 |
| HSL | 258.89º | 0.24% | 0.44% | - |
| HSV(B) | 258.89º | 0.39% | 0.55% | - |
| XYZ | 13.65 | 11.43 | 26.3 | - |
| YUV | 97.24 | 152.13 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 86 | 140 | 0.26 | 0.39 | 0 | 0.45 | 258.89 | 0.24 | 0.44 |
| Hex | 67 | 56 | 8C | 1A | 27 | 0 | 2D | 103 | 18 | 2C |
| Octal | 147 | 126 | 214 | 32 | 47 | 0 | 55 | 403 | 30 | 54 |
| Binary | 1100111 | 1010110 | 10001100 | 11010 | 100111 | 0 | 101101 | 100000011 | 11000 | 101100 |
Color Harmonies of #67568C
Complementary color
Monochromatic Colors of #67568C
Black with #67568C
Text Example
Text Example
White with #67568C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67568C; }
p { color: rgb(103,86,140); }
H1.HeaderClassName
{
color: #67568C;
}
.AnyTagClassName
{
color: #67568C;
}
</style>
background-color css
<style>
a { background-color: #67568C; }
a { background-color: rgb(103,86,140); }
div.DivClassName
{
background-color: #67568C;
}
.BgClassName
{
background-color: #67568C;
}
</style>
border-color css
<style>
span { border-color: #67568C; }
span { border-color: rgb(103,86,140); }
td.TdClassName
{
border-color: #67568C;
}
.TagClassName
{
border-color: #67568C;
}
</style>