Shades of Butterfly Bush #69519C
Tints of Butterfly Bush #69519C
RGB
CMYK
RGB Variations
Color information
#69519C (or 0x69519C) is known color: Butterfly Bush. HEX triplet: 69, 51 and 9C. RGB value is (105,81,156). Sum of RGB (Red+Green+Blue) = 105+81+156=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 156 - color contains mainly: blue. Hex color #69519C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69519C is #96AE63. Grayscale: #606060. Windows color (decimal): -9875044 or 10244457. OLE color: 10244457.
HSL color Cylindrical-coordinate representation of color #69519C: hue angle of 259.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69519C is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 81 | 156 | - |
| CMYK | 0.33 | 0.48 | 0 | 0.39 |
| HSL | 259.2º | 0.32% | 0.46% | - |
| HSV(B) | 259.2º | 0.48% | 0.61% | - |
| XYZ | 14.77 | 11.29 | 32.85 | - |
| YUV | 96.73 | 161.45 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 81 | 156 | 0.33 | 0.48 | 0 | 0.39 | 259.2 | 0.32 | 0.46 |
| Hex | 69 | 51 | 9C | 21 | 30 | 0 | 27 | 103 | 20 | 2E |
| Octal | 151 | 121 | 234 | 41 | 60 | 0 | 47 | 403 | 40 | 56 |
| Binary | 1101001 | 1010001 | 10011100 | 100001 | 110000 | 0 | 100111 | 100000011 | 100000 | 101110 |
Color Harmonies of #69519C
Complementary color
Monochromatic Colors of #69519C
Black with #69519C
Text Example
Text Example
White with #69519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69519C; }
p { color: rgb(105,81,156); }
H1.HeaderClassName
{
color: #69519C;
}
.AnyTagClassName
{
color: #69519C;
}
</style>
background-color css
<style>
a { background-color: #69519C; }
a { background-color: rgb(105,81,156); }
div.DivClassName
{
background-color: #69519C;
}
.BgClassName
{
background-color: #69519C;
}
</style>
border-color css
<style>
span { border-color: #69519C; }
span { border-color: rgb(105,81,156); }
td.TdClassName
{
border-color: #69519C;
}
.TagClassName
{
border-color: #69519C;
}
</style>