Shades of Butterfly Bush #6B5788
Tints of Butterfly Bush #6B5788
RGB
CMYK
RGB Variations
Color information
#6B5788 (or 0x6B5788) is known color: Butterfly Bush. HEX triplet: 6B, 57 and 88. RGB value is (107,87,136). Sum of RGB (Red+Green+Blue) = 107+87+136=330 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.42% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 136 - color contains mainly: blue. Hex color #6B5788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5788 is #94A877. Grayscale: #626262. Windows color (decimal): -9742456 or 8935275. OLE color: 8935275.
HSL color Cylindrical-coordinate representation of color #6B5788: hue angle of 264.49º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6B5788 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 87 | 136 | - |
| CMYK | 0.21 | 0.36 | 0 | 0.47 |
| HSL | 264.49º | 0.22% | 0.44% | - |
| HSV(B) | 264.49º | 0.36% | 0.53% | - |
| XYZ | 13.92 | 11.72 | 24.82 | - |
| YUV | 98.57 | 149.13 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 87 | 136 | 0.21 | 0.36 | 0 | 0.47 | 264.49 | 0.22 | 0.44 |
| Hex | 6B | 57 | 88 | 15 | 24 | 0 | 2F | 108 | 16 | 2C |
| Octal | 153 | 127 | 210 | 25 | 44 | 0 | 57 | 410 | 26 | 54 |
| Binary | 1101011 | 1010111 | 10001000 | 10101 | 100100 | 0 | 101111 | 100001000 | 10110 | 101100 |
Color Harmonies of #6B5788
Complementary color
Monochromatic Colors of #6B5788
Black with #6B5788
Text Example
Text Example
White with #6B5788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5788; }
p { color: rgb(107,87,136); }
H1.HeaderClassName
{
color: #6B5788;
}
.AnyTagClassName
{
color: #6B5788;
}
</style>
background-color css
<style>
a { background-color: #6B5788; }
a { background-color: rgb(107,87,136); }
div.DivClassName
{
background-color: #6B5788;
}
.BgClassName
{
background-color: #6B5788;
}
</style>
border-color css
<style>
span { border-color: #6B5788; }
span { border-color: rgb(107,87,136); }
td.TdClassName
{
border-color: #6B5788;
}
.TagClassName
{
border-color: #6B5788;
}
</style>