Shades of Butterfly Bush #674D96
Tints of Butterfly Bush #674D96
RGB
CMYK
RGB Variations
Color information
#674D96 (or 0x674D96) is known color: Butterfly Bush. HEX triplet: 67, 4D and 96. RGB value is (103,77,150). Sum of RGB (Red+Green+Blue) = 103+77+150=330 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.21% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 150 - color contains mainly: blue. Hex color #674D96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674D96 is #98B269. Grayscale: #5C5C5C. Windows color (decimal): -10007146 or 9850215. OLE color: 9850215.
HSL color Cylindrical-coordinate representation of color #674D96: hue angle of 261.37º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #674D96 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 77 | 150 | - |
| CMYK | 0.31 | 0.49 | 0 | 0.41 |
| HSL | 261.37º | 0.32% | 0.45% | - |
| HSV(B) | 261.37º | 0.49% | 0.59% | - |
| XYZ | 13.75 | 10.39 | 30.14 | - |
| YUV | 93.1 | 160.11 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 77 | 150 | 0.31 | 0.49 | 0 | 0.41 | 261.37 | 0.32 | 0.45 |
| Hex | 67 | 4D | 96 | 1F | 31 | 0 | 29 | 105 | 20 | 2D |
| Octal | 147 | 115 | 226 | 37 | 61 | 0 | 51 | 405 | 40 | 55 |
| Binary | 1100111 | 1001101 | 10010110 | 11111 | 110001 | 0 | 101001 | 100000101 | 100000 | 101101 |
Color Harmonies of #674D96
Complementary color
Monochromatic Colors of #674D96
Black with #674D96
Text Example
Text Example
White with #674D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674D96; }
p { color: rgb(103,77,150); }
H1.HeaderClassName
{
color: #674D96;
}
.AnyTagClassName
{
color: #674D96;
}
</style>
background-color css
<style>
a { background-color: #674D96; }
a { background-color: rgb(103,77,150); }
div.DivClassName
{
background-color: #674D96;
}
.BgClassName
{
background-color: #674D96;
}
</style>
border-color css
<style>
span { border-color: #674D96; }
span { border-color: rgb(103,77,150); }
td.TdClassName
{
border-color: #674D96;
}
.TagClassName
{
border-color: #674D96;
}
</style>