Shades of Butterfly Bush #6B4E92
Tints of Butterfly Bush #6B4E92
RGB
CMYK
RGB Variations
Color information
#6B4E92 (or 0x6B4E92) is known color: Butterfly Bush. HEX triplet: 6B, 4E and 92. RGB value is (107,78,146). Sum of RGB (Red+Green+Blue) = 107+78+146=331 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.33% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 146 - color contains mainly: blue. Hex color #6B4E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B4E92 is #94B16D. Grayscale: #5E5E5E. Windows color (decimal): -9744750 or 9588331. OLE color: 9588331.
HSL color Cylindrical-coordinate representation of color #6B4E92: hue angle of 265.59º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B4E92 is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 78 | 146 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.43 |
| HSL | 265.59º | 0.3% | 0.44% | - |
| HSV(B) | 265.59º | 0.47% | 0.57% | - |
| XYZ | 13.98 | 10.65 | 28.51 | - |
| YUV | 94.42 | 157.11 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 78 | 146 | 0.27 | 0.47 | 0 | 0.43 | 265.59 | 0.3 | 0.44 |
| Hex | 6B | 4E | 92 | 1B | 2F | 0 | 2B | 10A | 1E | 2C |
| Octal | 153 | 116 | 222 | 33 | 57 | 0 | 53 | 412 | 36 | 54 |
| Binary | 1101011 | 1001110 | 10010010 | 11011 | 101111 | 0 | 101011 | 100001010 | 11110 | 101100 |
Color Harmonies of #6B4E92
Complementary color
Monochromatic Colors of #6B4E92
Black with #6B4E92
Text Example
Text Example
White with #6B4E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4E92; }
p { color: rgb(107,78,146); }
H1.HeaderClassName
{
color: #6B4E92;
}
.AnyTagClassName
{
color: #6B4E92;
}
</style>
background-color css
<style>
a { background-color: #6B4E92; }
a { background-color: rgb(107,78,146); }
div.DivClassName
{
background-color: #6B4E92;
}
.BgClassName
{
background-color: #6B4E92;
}
</style>
border-color css
<style>
span { border-color: #6B4E92; }
span { border-color: rgb(107,78,146); }
td.TdClassName
{
border-color: #6B4E92;
}
.TagClassName
{
border-color: #6B4E92;
}
</style>