Shades of Butterfly Bush #674A8A
Tints of Butterfly Bush #674A8A
RGB
CMYK
RGB Variations
Color information
#674A8A (or 0x674A8A) is known color: Butterfly Bush. HEX triplet: 67, 4A and 8A. RGB value is (103,74,138). Sum of RGB (Red+Green+Blue) = 103+74+138=315 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.70% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 138 - color contains mainly: blue. Hex color #674A8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674A8A is #98B575. Grayscale: #595959. Windows color (decimal): -10007926 or 9063015. OLE color: 9063015.
HSL color Cylindrical-coordinate representation of color #674A8A: hue angle of 267.19º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #674A8A is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 74 | 138 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.46 |
| HSL | 267.19º | 0.3% | 0.42% | - |
| HSV(B) | 267.19º | 0.46% | 0.54% | - |
| XYZ | 12.63 | 9.62 | 25.24 | - |
| YUV | 89.97 | 155.11 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 74 | 138 | 0.25 | 0.46 | 0 | 0.46 | 267.19 | 0.3 | 0.42 |
| Hex | 67 | 4A | 8A | 19 | 2E | 0 | 2E | 10B | 1E | 2A |
| Octal | 147 | 112 | 212 | 31 | 56 | 0 | 56 | 413 | 36 | 52 |
| Binary | 1100111 | 1001010 | 10001010 | 11001 | 101110 | 0 | 101110 | 100001011 | 11110 | 101010 |
Color Harmonies of #674A8A
Complementary color
Monochromatic Colors of #674A8A
Black with #674A8A
Text Example
Text Example
White with #674A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674A8A; }
p { color: rgb(103,74,138); }
H1.HeaderClassName
{
color: #674A8A;
}
.AnyTagClassName
{
color: #674A8A;
}
</style>
background-color css
<style>
a { background-color: #674A8A; }
a { background-color: rgb(103,74,138); }
div.DivClassName
{
background-color: #674A8A;
}
.BgClassName
{
background-color: #674A8A;
}
</style>
border-color css
<style>
span { border-color: #674A8A; }
span { border-color: rgb(103,74,138); }
td.TdClassName
{
border-color: #674A8A;
}
.TagClassName
{
border-color: #674A8A;
}
</style>