Shades of Butterfly Bush #674E9A
Tints of Butterfly Bush #674E9A
RGB
CMYK
RGB Variations
Color information
#674E9A (or 0x674E9A) is known color: Butterfly Bush. HEX triplet: 67, 4E and 9A. RGB value is (103,78,154). Sum of RGB (Red+Green+Blue) = 103+78+154=335 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.75% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 154 - color contains mainly: blue. Hex color #674E9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674E9A is #98B165. Grayscale: #5D5D5D. Windows color (decimal): -10006886 or 10112615. OLE color: 10112615.
HSL color Cylindrical-coordinate representation of color #674E9A: hue angle of 259.74º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #674E9A is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 78 | 154 | - |
| CMYK | 0.33 | 0.49 | 0 | 0.40 |
| HSL | 259.74º | 0.33% | 0.45% | - |
| HSV(B) | 259.74º | 0.49% | 0.6% | - |
| XYZ | 14.15 | 10.67 | 31.88 | - |
| YUV | 94.14 | 161.78 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 78 | 154 | 0.33 | 0.49 | 0 | 0.40 | 259.74 | 0.33 | 0.45 |
| Hex | 67 | 4E | 9A | 21 | 31 | 0 | 28 | 104 | 21 | 2D |
| Octal | 147 | 116 | 232 | 41 | 61 | 0 | 50 | 404 | 41 | 55 |
| Binary | 1100111 | 1001110 | 10011010 | 100001 | 110001 | 0 | 101000 | 100000100 | 100001 | 101101 |
Color Harmonies of #674E9A
Complementary color
Monochromatic Colors of #674E9A
Black with #674E9A
Text Example
Text Example
White with #674E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674E9A; }
p { color: rgb(103,78,154); }
H1.HeaderClassName
{
color: #674E9A;
}
.AnyTagClassName
{
color: #674E9A;
}
</style>
background-color css
<style>
a { background-color: #674E9A; }
a { background-color: rgb(103,78,154); }
div.DivClassName
{
background-color: #674E9A;
}
.BgClassName
{
background-color: #674E9A;
}
</style>
border-color css
<style>
span { border-color: #674E9A; }
span { border-color: rgb(103,78,154); }
td.TdClassName
{
border-color: #674E9A;
}
.TagClassName
{
border-color: #674E9A;
}
</style>