Shades of Butterfly Bush #674A85
Tints of Butterfly Bush #674A85
RGB
CMYK
RGB Variations
Color information
#674A85 (or 0x674A85) is known color: Butterfly Bush. HEX triplet: 67, 4A and 85. RGB value is (103,74,133). Sum of RGB (Red+Green+Blue) = 103+74+133=310 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.23% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 133 - color contains mainly: blue. Hex color #674A85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674A85 is #98B57A. Grayscale: #595959. Windows color (decimal): -10007931 or 8735335. OLE color: 8735335.
HSL color Cylindrical-coordinate representation of color #674A85: hue angle of 269.49º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #674A85 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 74 | 133 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.48 |
| HSL | 269.49º | 0.29% | 0.41% | - |
| HSV(B) | 269.49º | 0.44% | 0.52% | - |
| XYZ | 12.28 | 9.47 | 23.37 | - |
| YUV | 89.4 | 152.61 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 74 | 133 | 0.23 | 0.44 | 0 | 0.48 | 269.49 | 0.29 | 0.41 |
| Hex | 67 | 4A | 85 | 17 | 2C | 0 | 30 | 10D | 1D | 29 |
| Octal | 147 | 112 | 205 | 27 | 54 | 0 | 60 | 415 | 35 | 51 |
| Binary | 1100111 | 1001010 | 10000101 | 10111 | 101100 | 0 | 110000 | 100001101 | 11101 | 101001 |
Color Harmonies of #674A85
Complementary color
Monochromatic Colors of #674A85
Black with #674A85
Text Example
Text Example
White with #674A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674A85; }
p { color: rgb(103,74,133); }
H1.HeaderClassName
{
color: #674A85;
}
.AnyTagClassName
{
color: #674A85;
}
</style>
background-color css
<style>
a { background-color: #674A85; }
a { background-color: rgb(103,74,133); }
div.DivClassName
{
background-color: #674A85;
}
.BgClassName
{
background-color: #674A85;
}
</style>
border-color css
<style>
span { border-color: #674A85; }
span { border-color: rgb(103,74,133); }
td.TdClassName
{
border-color: #674A85;
}
.TagClassName
{
border-color: #674A85;
}
</style>