Shades of Butterfly Bush #69488E
Tints of Butterfly Bush #69488E
RGB
CMYK
RGB Variations
Color information
#69488E (or 0x69488E) is known color: Butterfly Bush. HEX triplet: 69, 48 and 8E. RGB value is (105,72,142). Sum of RGB (Red+Green+Blue) = 105+72+142=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 142 (55.86% from 255 or 44.51% from 319); Max value from RGB is 142 - color contains mainly: blue. Hex color #69488E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69488E is #96B771. Grayscale: #595959. Windows color (decimal): -9877362 or 9324649. OLE color: 9324649.
HSL color Cylindrical-coordinate representation of color #69488E: hue angle of 268.29º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69488E is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 72 | 142 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.44 |
| HSL | 268.29º | 0.33% | 0.42% | - |
| HSV(B) | 268.29º | 0.49% | 0.56% | - |
| XYZ | 13.03 | 9.59 | 26.76 | - |
| YUV | 89.85 | 157.43 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 72 | 142 | 0.26 | 0.49 | 0 | 0.44 | 268.29 | 0.33 | 0.42 |
| Hex | 69 | 48 | 8E | 1A | 31 | 0 | 2C | 10C | 21 | 2A |
| Octal | 151 | 110 | 216 | 32 | 61 | 0 | 54 | 414 | 41 | 52 |
| Binary | 1101001 | 1001000 | 10001110 | 11010 | 110001 | 0 | 101100 | 100001100 | 100001 | 101010 |
Color Harmonies of #69488E
Complementary color
Monochromatic Colors of #69488E
Black with #69488E
Text Example
Text Example
White with #69488E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69488E; }
p { color: rgb(105,72,142); }
H1.HeaderClassName
{
color: #69488E;
}
.AnyTagClassName
{
color: #69488E;
}
</style>
background-color css
<style>
a { background-color: #69488E; }
a { background-color: rgb(105,72,142); }
div.DivClassName
{
background-color: #69488E;
}
.BgClassName
{
background-color: #69488E;
}
</style>
border-color css
<style>
span { border-color: #69488E; }
span { border-color: rgb(105,72,142); }
td.TdClassName
{
border-color: #69488E;
}
.TagClassName
{
border-color: #69488E;
}
</style>