Shades of Butterfly Bush #67498A
Tints of Butterfly Bush #67498A
RGB
CMYK
RGB Variations
Color information
#67498A (or 0x67498A) is known color: Butterfly Bush. HEX triplet: 67, 49 and 8A. RGB value is (103,73,138). Sum of RGB (Red+Green+Blue) = 103+73+138=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 138 - color contains mainly: blue. Hex color #67498A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67498A is #98B675. Grayscale: #595959. Windows color (decimal): -10008182 or 9062759. OLE color: 9062759.
HSL color Cylindrical-coordinate representation of color #67498A: hue angle of 267.69º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #67498A is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 73 | 138 | - |
| CMYK | 0.25 | 0.47 | 0 | 0.46 |
| HSL | 267.69º | 0.31% | 0.41% | - |
| HSV(B) | 267.69º | 0.47% | 0.54% | - |
| XYZ | 12.56 | 9.48 | 25.21 | - |
| YUV | 89.38 | 155.44 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 73 | 138 | 0.25 | 0.47 | 0 | 0.46 | 267.69 | 0.31 | 0.41 |
| Hex | 67 | 49 | 8A | 19 | 2F | 0 | 2E | 10C | 1F | 29 |
| Octal | 147 | 111 | 212 | 31 | 57 | 0 | 56 | 414 | 37 | 51 |
| Binary | 1100111 | 1001001 | 10001010 | 11001 | 101111 | 0 | 101110 | 100001100 | 11111 | 101001 |
Color Harmonies of #67498A
Complementary color
Monochromatic Colors of #67498A
Black with #67498A
Text Example
Text Example
White with #67498A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67498A; }
p { color: rgb(103,73,138); }
H1.HeaderClassName
{
color: #67498A;
}
.AnyTagClassName
{
color: #67498A;
}
</style>
background-color css
<style>
a { background-color: #67498A; }
a { background-color: rgb(103,73,138); }
div.DivClassName
{
background-color: #67498A;
}
.BgClassName
{
background-color: #67498A;
}
</style>
border-color css
<style>
span { border-color: #67498A; }
span { border-color: rgb(103,73,138); }
td.TdClassName
{
border-color: #67498A;
}
.TagClassName
{
border-color: #67498A;
}
</style>