Shades of Butterfly Bush #67498D
Tints of Butterfly Bush #67498D
RGB
CMYK
RGB Variations
Color information
#67498D (or 0x67498D) is known color: Butterfly Bush. HEX triplet: 67, 49 and 8D. RGB value is (103,73,141). Sum of RGB (Red+Green+Blue) = 103+73+141=317 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.49% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 141 - color contains mainly: blue. Hex color #67498D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67498D is #98B672. Grayscale: #595959. Windows color (decimal): -10008179 or 9259367. OLE color: 9259367.
HSL color Cylindrical-coordinate representation of color #67498D: hue angle of 266.47º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #67498D is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 73 | 141 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.45 |
| HSL | 266.47º | 0.32% | 0.42% | - |
| HSV(B) | 266.47º | 0.48% | 0.55% | - |
| XYZ | 12.78 | 9.57 | 26.37 | - |
| YUV | 89.72 | 156.94 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 73 | 141 | 0.27 | 0.48 | 0 | 0.45 | 266.47 | 0.32 | 0.42 |
| Hex | 67 | 49 | 8D | 1B | 30 | 0 | 2D | 10A | 20 | 2A |
| Octal | 147 | 111 | 215 | 33 | 60 | 0 | 55 | 412 | 40 | 52 |
| Binary | 1100111 | 1001001 | 10001101 | 11011 | 110000 | 0 | 101101 | 100001010 | 100000 | 101010 |
Color Harmonies of #67498D
Complementary color
Monochromatic Colors of #67498D
Black with #67498D
Text Example
Text Example
White with #67498D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67498D; }
p { color: rgb(103,73,141); }
H1.HeaderClassName
{
color: #67498D;
}
.AnyTagClassName
{
color: #67498D;
}
</style>
background-color css
<style>
a { background-color: #67498D; }
a { background-color: rgb(103,73,141); }
div.DivClassName
{
background-color: #67498D;
}
.BgClassName
{
background-color: #67498D;
}
</style>
border-color css
<style>
span { border-color: #67498D; }
span { border-color: rgb(103,73,141); }
td.TdClassName
{
border-color: #67498D;
}
.TagClassName
{
border-color: #67498D;
}
</style>