Shades of Butterfly Bush #665A92
Tints of Butterfly Bush #665A92
RGB
CMYK
RGB Variations
Color information
#665A92 (or 0x665A92) is known color: Butterfly Bush. HEX triplet: 66, 5A and 92. RGB value is (102,90,146). Sum of RGB (Red+Green+Blue) = 102+90+146=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 146 - color contains mainly: blue. Hex color #665A92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665A92 is #99A56D. Grayscale: #636363. Windows color (decimal): -10069358 or 9591398. OLE color: 9591398.
HSL color Cylindrical-coordinate representation of color #665A92: hue angle of 252.86º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #665A92 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 90 | 146 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.43 |
| HSL | 252.86º | 0.24% | 0.46% | - |
| HSV(B) | 252.86º | 0.38% | 0.57% | - |
| XYZ | 14.32 | 12.21 | 28.8 | - |
| YUV | 99.97 | 153.98 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 146 | 0.30 | 0.38 | 0 | 0.43 | 252.86 | 0.24 | 0.46 |
| Hex | 66 | 5A | 92 | 1E | 26 | 0 | 2B | FD | 18 | 2E |
| Octal | 146 | 132 | 222 | 36 | 46 | 0 | 53 | 375 | 30 | 56 |
| Binary | 1100110 | 1011010 | 10010010 | 11110 | 100110 | 0 | 101011 | 11111101 | 11000 | 101110 |
Color Harmonies of #665A92
Complementary color
Monochromatic Colors of #665A92
Black with #665A92
Text Example
Text Example
White with #665A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665A92; }
p { color: rgb(102,90,146); }
H1.HeaderClassName
{
color: #665A92;
}
.AnyTagClassName
{
color: #665A92;
}
</style>
background-color css
<style>
a { background-color: #665A92; }
a { background-color: rgb(102,90,146); }
div.DivClassName
{
background-color: #665A92;
}
.BgClassName
{
background-color: #665A92;
}
</style>
border-color css
<style>
span { border-color: #665A92; }
span { border-color: rgb(102,90,146); }
td.TdClassName
{
border-color: #665A92;
}
.TagClassName
{
border-color: #665A92;
}
</style>