Shades of Butterfly Bush #6B528B
Tints of Butterfly Bush #6B528B
RGB
CMYK
RGB Variations
Color information
#6B528B (or 0x6B528B) is known color: Butterfly Bush. HEX triplet: 6B, 52 and 8B. RGB value is (107,82,139). Sum of RGB (Red+Green+Blue) = 107+82+139=328 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.62% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B528B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B528B is #94AD74. Grayscale: #5F5F5F. Windows color (decimal): -9743733 or 9130603. OLE color: 9130603.
HSL color Cylindrical-coordinate representation of color #6B528B: hue angle of 266.32º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6B528B is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 82 | 139 | - |
| CMYK | 0.23 | 0.41 | 0 | 0.45 |
| HSL | 266.32º | 0.26% | 0.43% | - |
| HSV(B) | 266.32º | 0.41% | 0.55% | - |
| XYZ | 13.74 | 11.02 | 25.83 | - |
| YUV | 95.97 | 152.28 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 82 | 139 | 0.23 | 0.41 | 0 | 0.45 | 266.32 | 0.26 | 0.43 |
| Hex | 6B | 52 | 8B | 17 | 29 | 0 | 2D | 10A | 1A | 2B |
| Octal | 153 | 122 | 213 | 27 | 51 | 0 | 55 | 412 | 32 | 53 |
| Binary | 1101011 | 1010010 | 10001011 | 10111 | 101001 | 0 | 101101 | 100001010 | 11010 | 101011 |
Color Harmonies of #6B528B
Complementary color
Monochromatic Colors of #6B528B
Black with #6B528B
Text Example
Text Example
White with #6B528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B528B; }
p { color: rgb(107,82,139); }
H1.HeaderClassName
{
color: #6B528B;
}
.AnyTagClassName
{
color: #6B528B;
}
</style>
background-color css
<style>
a { background-color: #6B528B; }
a { background-color: rgb(107,82,139); }
div.DivClassName
{
background-color: #6B528B;
}
.BgClassName
{
background-color: #6B528B;
}
</style>
border-color css
<style>
span { border-color: #6B528B; }
span { border-color: rgb(107,82,139); }
td.TdClassName
{
border-color: #6B528B;
}
.TagClassName
{
border-color: #6B528B;
}
</style>