Shades of Butterfly Bush #674F98
Tints of Butterfly Bush #674F98
RGB
CMYK
RGB Variations
Color information
#674F98 (or 0x674F98) is known color: Butterfly Bush. HEX triplet: 67, 4F and 98. RGB value is (103,79,152). Sum of RGB (Red+Green+Blue) = 103+79+152=334 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.84% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 152 (59.77% from 255 or 45.51% from 334); Max value from RGB is 152 - color contains mainly: blue. Hex color #674F98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674F98 is #98B067. Grayscale: #5E5E5E. Windows color (decimal): -10006632 or 9981799. OLE color: 9981799.
HSL color Cylindrical-coordinate representation of color #674F98: hue angle of 259.73º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #674F98 is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 79 | 152 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.40 |
| HSL | 259.73º | 0.32% | 0.45% | - |
| HSV(B) | 259.73º | 0.48% | 0.6% | - |
| XYZ | 14.06 | 10.74 | 31.04 | - |
| YUV | 94.5 | 160.45 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 79 | 152 | 0.32 | 0.48 | 0 | 0.40 | 259.73 | 0.32 | 0.45 |
| Hex | 67 | 4F | 98 | 20 | 30 | 0 | 28 | 104 | 20 | 2D |
| Octal | 147 | 117 | 230 | 40 | 60 | 0 | 50 | 404 | 40 | 55 |
| Binary | 1100111 | 1001111 | 10011000 | 100000 | 110000 | 0 | 101000 | 100000100 | 100000 | 101101 |
Color Harmonies of #674F98
Complementary color
Monochromatic Colors of #674F98
Black with #674F98
Text Example
Text Example
White with #674F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674F98; }
p { color: rgb(103,79,152); }
H1.HeaderClassName
{
color: #674F98;
}
.AnyTagClassName
{
color: #674F98;
}
</style>
background-color css
<style>
a { background-color: #674F98; }
a { background-color: rgb(103,79,152); }
div.DivClassName
{
background-color: #674F98;
}
.BgClassName
{
background-color: #674F98;
}
</style>
border-color css
<style>
span { border-color: #674F98; }
span { border-color: rgb(103,79,152); }
td.TdClassName
{
border-color: #674F98;
}
.TagClassName
{
border-color: #674F98;
}
</style>