Shades of Butterfly Bush #69518A
Tints of Butterfly Bush #69518A
RGB
CMYK
RGB Variations
Color information
#69518A (or 0x69518A) is known color: Butterfly Bush. HEX triplet: 69, 51 and 8A. RGB value is (105,81,138). Sum of RGB (Red+Green+Blue) = 105+81+138=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 138 - color contains mainly: blue. Hex color #69518A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69518A is #96AE75. Grayscale: #5E5E5E. Windows color (decimal): -9875062 or 9064809. OLE color: 9064809.
HSL color Cylindrical-coordinate representation of color #69518A: hue angle of 265.26º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #69518A is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 81 | 138 | - |
| CMYK | 0.24 | 0.41 | 0 | 0.46 |
| HSL | 265.26º | 0.26% | 0.43% | - |
| HSV(B) | 265.26º | 0.41% | 0.54% | - |
| XYZ | 13.36 | 10.72 | 25.41 | - |
| YUV | 94.67 | 152.45 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 81 | 138 | 0.24 | 0.41 | 0 | 0.46 | 265.26 | 0.26 | 0.43 |
| Hex | 69 | 51 | 8A | 18 | 29 | 0 | 2E | 109 | 1A | 2B |
| Octal | 151 | 121 | 212 | 30 | 51 | 0 | 56 | 411 | 32 | 53 |
| Binary | 1101001 | 1010001 | 10001010 | 11000 | 101001 | 0 | 101110 | 100001001 | 11010 | 101011 |
Color Harmonies of #69518A
Complementary color
Monochromatic Colors of #69518A
Black with #69518A
Text Example
Text Example
White with #69518A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69518A; }
p { color: rgb(105,81,138); }
H1.HeaderClassName
{
color: #69518A;
}
.AnyTagClassName
{
color: #69518A;
}
</style>
background-color css
<style>
a { background-color: #69518A; }
a { background-color: rgb(105,81,138); }
div.DivClassName
{
background-color: #69518A;
}
.BgClassName
{
background-color: #69518A;
}
</style>
border-color css
<style>
span { border-color: #69518A; }
span { border-color: rgb(105,81,138); }
td.TdClassName
{
border-color: #69518A;
}
.TagClassName
{
border-color: #69518A;
}
</style>