Shades of Butterfly Bush #665283
Tints of Butterfly Bush #665283
RGB
CMYK
RGB Variations
Color information
#665283 (or 0x665283) is known color: Butterfly Bush. HEX triplet: 66, 52 and 83. RGB value is (102,82,131). Sum of RGB (Red+Green+Blue) = 102+82+131=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 131 (51.56% from 255 or 41.59% from 315); Max value from RGB is 131 - color contains mainly: blue. Hex color #665283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665283 is #99AD7C. Grayscale: #5D5D5D. Windows color (decimal): -10071421 or 8606310. OLE color: 8606310.
HSL color Cylindrical-coordinate representation of color #665283: hue angle of 264.49º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #665283 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 82 | 131 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.49 |
| HSL | 264.49º | 0.23% | 0.42% | - |
| HSV(B) | 264.49º | 0.37% | 0.51% | - |
| XYZ | 12.59 | 10.5 | 22.84 | - |
| YUV | 93.57 | 149.13 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 82 | 131 | 0.22 | 0.37 | 0 | 0.49 | 264.49 | 0.23 | 0.42 |
| Hex | 66 | 52 | 83 | 16 | 25 | 0 | 31 | 108 | 17 | 2A |
| Octal | 146 | 122 | 203 | 26 | 45 | 0 | 61 | 410 | 27 | 52 |
| Binary | 1100110 | 1010010 | 10000011 | 10110 | 100101 | 0 | 110001 | 100001000 | 10111 | 101010 |
Color Harmonies of #665283
Complementary color
Monochromatic Colors of #665283
Black with #665283
Text Example
Text Example
White with #665283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665283; }
p { color: rgb(102,82,131); }
H1.HeaderClassName
{
color: #665283;
}
.AnyTagClassName
{
color: #665283;
}
</style>
background-color css
<style>
a { background-color: #665283; }
a { background-color: rgb(102,82,131); }
div.DivClassName
{
background-color: #665283;
}
.BgClassName
{
background-color: #665283;
}
</style>
border-color css
<style>
span { border-color: #665283; }
span { border-color: rgb(102,82,131); }
td.TdClassName
{
border-color: #665283;
}
.TagClassName
{
border-color: #665283;
}
</style>