Shades of Butterfly Bush #674E90
Tints of Butterfly Bush #674E90
RGB
CMYK
RGB Variations
Color information
#674E90 (or 0x674E90) is known color: Butterfly Bush. HEX triplet: 67, 4E and 90. RGB value is (103,78,144). Sum of RGB (Red+Green+Blue) = 103+78+144=325 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.69% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #674E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674E90 is #98B16F. Grayscale: #5C5C5C. Windows color (decimal): -10006896 or 9457255. OLE color: 9457255.
HSL color Cylindrical-coordinate representation of color #674E90: hue angle of 262.73º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #674E90 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 78 | 144 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.44 |
| HSL | 262.73º | 0.3% | 0.44% | - |
| HSV(B) | 262.73º | 0.46% | 0.56% | - |
| XYZ | 13.35 | 10.35 | 27.68 | - |
| YUV | 93 | 156.78 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 78 | 144 | 0.28 | 0.46 | 0 | 0.44 | 262.73 | 0.3 | 0.44 |
| Hex | 67 | 4E | 90 | 1C | 2E | 0 | 2C | 107 | 1E | 2C |
| Octal | 147 | 116 | 220 | 34 | 56 | 0 | 54 | 407 | 36 | 54 |
| Binary | 1100111 | 1001110 | 10010000 | 11100 | 101110 | 0 | 101100 | 100000111 | 11110 | 101100 |
Color Harmonies of #674E90
Complementary color
Monochromatic Colors of #674E90
Black with #674E90
Text Example
Text Example
White with #674E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674E90; }
p { color: rgb(103,78,144); }
H1.HeaderClassName
{
color: #674E90;
}
.AnyTagClassName
{
color: #674E90;
}
</style>
background-color css
<style>
a { background-color: #674E90; }
a { background-color: rgb(103,78,144); }
div.DivClassName
{
background-color: #674E90;
}
.BgClassName
{
background-color: #674E90;
}
</style>
border-color css
<style>
span { border-color: #674E90; }
span { border-color: rgb(103,78,144); }
td.TdClassName
{
border-color: #674E90;
}
.TagClassName
{
border-color: #674E90;
}
</style>