Shades of Butterfly Bush #674F91
Tints of Butterfly Bush #674F91
RGB
CMYK
RGB Variations
Color information
#674F91 (or 0x674F91) is known color: Butterfly Bush. HEX triplet: 67, 4F and 91. RGB value is (103,79,145). Sum of RGB (Red+Green+Blue) = 103+79+145=327 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.50% from 327); Green value is 79 (31.25% from 255 or 24.16% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 145 - color contains mainly: blue. Hex color #674F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674F91 is #98B06E. Grayscale: #5D5D5D. Windows color (decimal): -10006639 or 9523047. OLE color: 9523047.
HSL color Cylindrical-coordinate representation of color #674F91: hue angle of 261.82º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #674F91 is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 79 | 145 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.43 |
| HSL | 261.82º | 0.29% | 0.44% | - |
| HSV(B) | 261.82º | 0.46% | 0.57% | - |
| XYZ | 13.5 | 10.52 | 28.11 | - |
| YUV | 93.7 | 156.95 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 79 | 145 | 0.29 | 0.46 | 0 | 0.43 | 261.82 | 0.29 | 0.44 |
| Hex | 67 | 4F | 91 | 1D | 2E | 0 | 2B | 106 | 1D | 2C |
| Octal | 147 | 117 | 221 | 35 | 56 | 0 | 53 | 406 | 35 | 54 |
| Binary | 1100111 | 1001111 | 10010001 | 11101 | 101110 | 0 | 101011 | 100000110 | 11101 | 101100 |
Color Harmonies of #674F91
Complementary color
Monochromatic Colors of #674F91
Black with #674F91
Text Example
Text Example
White with #674F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674F91; }
p { color: rgb(103,79,145); }
H1.HeaderClassName
{
color: #674F91;
}
.AnyTagClassName
{
color: #674F91;
}
</style>
background-color css
<style>
a { background-color: #674F91; }
a { background-color: rgb(103,79,145); }
div.DivClassName
{
background-color: #674F91;
}
.BgClassName
{
background-color: #674F91;
}
</style>
border-color css
<style>
span { border-color: #674F91; }
span { border-color: rgb(103,79,145); }
td.TdClassName
{
border-color: #674F91;
}
.TagClassName
{
border-color: #674F91;
}
</style>