Shades of Butterfly Bush #67509D
Tints of Butterfly Bush #67509D
RGB
CMYK
RGB Variations
Color information
#67509D (or 0x67509D) is known color: Butterfly Bush. HEX triplet: 67, 50 and 9D. RGB value is (103,80,157). Sum of RGB (Red+Green+Blue) = 103+80+157=340 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.29% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 157 (61.72% from 255 or 46.18% from 340); Max value from RGB is 157 - color contains mainly: blue. Hex color #67509D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67509D is #98AF62. Grayscale: #5F5F5F. Windows color (decimal): -10006371 or 10309735. OLE color: 10309735.
HSL color Cylindrical-coordinate representation of color #67509D: hue angle of 257.92º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67509D is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 80 | 157 | - |
| CMYK | 0.34 | 0.49 | 0 | 0.38 |
| HSL | 257.92º | 0.32% | 0.46% | - |
| HSV(B) | 257.92º | 0.49% | 0.62% | - |
| XYZ | 14.55 | 11.06 | 33.27 | - |
| YUV | 95.66 | 162.62 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 80 | 157 | 0.34 | 0.49 | 0 | 0.38 | 257.92 | 0.32 | 0.46 |
| Hex | 67 | 50 | 9D | 22 | 31 | 0 | 26 | 102 | 20 | 2E |
| Octal | 147 | 120 | 235 | 42 | 61 | 0 | 46 | 402 | 40 | 56 |
| Binary | 1100111 | 1010000 | 10011101 | 100010 | 110001 | 0 | 100110 | 100000010 | 100000 | 101110 |
Color Harmonies of #67509D
Complementary color
Monochromatic Colors of #67509D
Black with #67509D
Text Example
Text Example
White with #67509D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67509D; }
p { color: rgb(103,80,157); }
H1.HeaderClassName
{
color: #67509D;
}
.AnyTagClassName
{
color: #67509D;
}
</style>
background-color css
<style>
a { background-color: #67509D; }
a { background-color: rgb(103,80,157); }
div.DivClassName
{
background-color: #67509D;
}
.BgClassName
{
background-color: #67509D;
}
</style>
border-color css
<style>
span { border-color: #67509D; }
span { border-color: rgb(103,80,157); }
td.TdClassName
{
border-color: #67509D;
}
.TagClassName
{
border-color: #67509D;
}
</style>