Shades of Butterfly Bush #6B528F
Tints of Butterfly Bush #6B528F
RGB
CMYK
RGB Variations
Color information
#6B528F (or 0x6B528F) is known color: Butterfly Bush. HEX triplet: 6B, 52 and 8F. RGB value is (107,82,143). Sum of RGB (Red+Green+Blue) = 107+82+143=332 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.23% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 143 (56.25% from 255 or 43.07% from 332); Max value from RGB is 143 - color contains mainly: blue. Hex color #6B528F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B528F is #94AD70. Grayscale: #606060. Windows color (decimal): -9743729 or 9392747. OLE color: 9392747.
HSL color Cylindrical-coordinate representation of color #6B528F: hue angle of 264.59º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B528F is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 107 | 82 | 143 | - |
| CMYK | 0.25 | 0.43 | 0 | 0.44 |
| HSL | 264.59º | 0.27% | 0.44% | - |
| HSV(B) | 264.59º | 0.43% | 0.56% | - |
| XYZ | 14.04 | 11.14 | 27.4 | - |
| YUV | 96.43 | 154.28 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 82 | 143 | 0.25 | 0.43 | 0 | 0.44 | 264.59 | 0.27 | 0.44 |
| Hex | 6B | 52 | 8F | 19 | 2B | 0 | 2C | 109 | 1B | 2C |
| Octal | 153 | 122 | 217 | 31 | 53 | 0 | 54 | 411 | 33 | 54 |
| Binary | 1101011 | 1010010 | 10001111 | 11001 | 101011 | 0 | 101100 | 100001001 | 11011 | 101100 |
Color Harmonies of #6B528F
Complementary color
Monochromatic Colors of #6B528F
Black with #6B528F
Text Example
Text Example
White with #6B528F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B528F; }
p { color: rgb(107,82,143); }
H1.HeaderClassName
{
color: #6B528F;
}
.AnyTagClassName
{
color: #6B528F;
}
</style>
background-color css
<style>
a { background-color: #6B528F; }
a { background-color: rgb(107,82,143); }
div.DivClassName
{
background-color: #6B528F;
}
.BgClassName
{
background-color: #6B528F;
}
</style>
border-color css
<style>
span { border-color: #6B528F; }
span { border-color: rgb(107,82,143); }
td.TdClassName
{
border-color: #6B528F;
}
.TagClassName
{
border-color: #6B528F;
}
</style>