Shades of Butterfly Bush #674D85
Tints of Butterfly Bush #674D85
RGB
CMYK
RGB Variations
Color information
#674D85 (or 0x674D85) is known color: Butterfly Bush. HEX triplet: 67, 4D and 85. RGB value is (103,77,133). Sum of RGB (Red+Green+Blue) = 103+77+133=313 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.91% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 133 - color contains mainly: blue. Hex color #674D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674D85 is #98B27A. Grayscale: #5A5A5A. Windows color (decimal): -10007163 or 8736103. OLE color: 8736103.
HSL color Cylindrical-coordinate representation of color #674D85: hue angle of 267.86º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #674D85 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 77 | 133 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.48 |
| HSL | 267.86º | 0.27% | 0.41% | - |
| HSV(B) | 267.86º | 0.42% | 0.52% | - |
| XYZ | 12.48 | 9.88 | 23.44 | - |
| YUV | 91.16 | 151.61 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 77 | 133 | 0.23 | 0.42 | 0 | 0.48 | 267.86 | 0.27 | 0.41 |
| Hex | 67 | 4D | 85 | 17 | 2A | 0 | 30 | 10C | 1B | 29 |
| Octal | 147 | 115 | 205 | 27 | 52 | 0 | 60 | 414 | 33 | 51 |
| Binary | 1100111 | 1001101 | 10000101 | 10111 | 101010 | 0 | 110000 | 100001100 | 11011 | 101001 |
Color Harmonies of #674D85
Complementary color
Monochromatic Colors of #674D85
Black with #674D85
Text Example
Text Example
White with #674D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674D85; }
p { color: rgb(103,77,133); }
H1.HeaderClassName
{
color: #674D85;
}
.AnyTagClassName
{
color: #674D85;
}
</style>
background-color css
<style>
a { background-color: #674D85; }
a { background-color: rgb(103,77,133); }
div.DivClassName
{
background-color: #674D85;
}
.BgClassName
{
background-color: #674D85;
}
</style>
border-color css
<style>
span { border-color: #674D85; }
span { border-color: rgb(103,77,133); }
td.TdClassName
{
border-color: #674D85;
}
.TagClassName
{
border-color: #674D85;
}
</style>