Shades of Butterfly Bush #664A8B
Tints of Butterfly Bush #664A8B
RGB
CMYK
RGB Variations
Color information
#664A8B (or 0x664A8B) is known color: Butterfly Bush. HEX triplet: 66, 4A and 8B. RGB value is (102,74,139). Sum of RGB (Red+Green+Blue) = 102+74+139=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: blue. Hex color #664A8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664A8B is #99B574. Grayscale: #595959. Windows color (decimal): -10073461 or 9128550. OLE color: 9128550.
HSL color Cylindrical-coordinate representation of color #664A8B: hue angle of 265.85º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #664A8B is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 74 | 139 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.45 |
| HSL | 265.85º | 0.31% | 0.42% | - |
| HSV(B) | 265.85º | 0.47% | 0.55% | - |
| XYZ | 12.59 | 9.59 | 25.61 | - |
| YUV | 89.78 | 155.78 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 74 | 139 | 0.27 | 0.47 | 0 | 0.45 | 265.85 | 0.31 | 0.42 |
| Hex | 66 | 4A | 8B | 1B | 2F | 0 | 2D | 10A | 1F | 2A |
| Octal | 146 | 112 | 213 | 33 | 57 | 0 | 55 | 412 | 37 | 52 |
| Binary | 1100110 | 1001010 | 10001011 | 11011 | 101111 | 0 | 101101 | 100001010 | 11111 | 101010 |
Color Harmonies of #664A8B
Complementary color
Monochromatic Colors of #664A8B
Black with #664A8B
Text Example
Text Example
White with #664A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664A8B; }
p { color: rgb(102,74,139); }
H1.HeaderClassName
{
color: #664A8B;
}
.AnyTagClassName
{
color: #664A8B;
}
</style>
background-color css
<style>
a { background-color: #664A8B; }
a { background-color: rgb(102,74,139); }
div.DivClassName
{
background-color: #664A8B;
}
.BgClassName
{
background-color: #664A8B;
}
</style>
border-color css
<style>
span { border-color: #664A8B; }
span { border-color: rgb(102,74,139); }
td.TdClassName
{
border-color: #664A8B;
}
.TagClassName
{
border-color: #664A8B;
}
</style>