Shades of Butterfly Bush #66498B
Tints of Butterfly Bush #66498B
RGB
CMYK
RGB Variations
Color information
#66498B (or 0x66498B) is known color: Butterfly Bush. HEX triplet: 66, 49 and 8B. RGB value is (102,73,139). Sum of RGB (Red+Green+Blue) = 102+73+139=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 139 - color contains mainly: blue. Hex color #66498B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66498B is #99B674. Grayscale: #585858. Windows color (decimal): -10073717 or 9128294. OLE color: 9128294.
HSL color Cylindrical-coordinate representation of color #66498B: hue angle of 266.36º 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 #66498B is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 73 | 139 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.45 |
| HSL | 266.36º | 0.31% | 0.42% | - |
| HSV(B) | 266.36º | 0.47% | 0.55% | - |
| XYZ | 12.52 | 9.45 | 25.59 | - |
| YUV | 89.2 | 156.11 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 73 | 139 | 0.27 | 0.47 | 0 | 0.45 | 266.36 | 0.31 | 0.42 |
| Hex | 66 | 49 | 8B | 1B | 2F | 0 | 2D | 10A | 1F | 2A |
| Octal | 146 | 111 | 213 | 33 | 57 | 0 | 55 | 412 | 37 | 52 |
| Binary | 1100110 | 1001001 | 10001011 | 11011 | 101111 | 0 | 101101 | 100001010 | 11111 | 101010 |
Color Harmonies of #66498B
Complementary color
Monochromatic Colors of #66498B
Black with #66498B
Text Example
Text Example
White with #66498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66498B; }
p { color: rgb(102,73,139); }
H1.HeaderClassName
{
color: #66498B;
}
.AnyTagClassName
{
color: #66498B;
}
</style>
background-color css
<style>
a { background-color: #66498B; }
a { background-color: rgb(102,73,139); }
div.DivClassName
{
background-color: #66498B;
}
.BgClassName
{
background-color: #66498B;
}
</style>
border-color css
<style>
span { border-color: #66498B; }
span { border-color: rgb(102,73,139); }
td.TdClassName
{
border-color: #66498B;
}
.TagClassName
{
border-color: #66498B;
}
</style>