Shades of Butterfly Bush #69567D
Tints of Butterfly Bush #69567D
RGB
CMYK
RGB Variations
Color information
#69567D (or 0x69567D) is known color: Butterfly Bush. HEX triplet: 69, 56 and 7D. RGB value is (105,86,125). Sum of RGB (Red+Green+Blue) = 105+86+125=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 125 - color contains mainly: blue. Hex color #69567D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69567D is #96A982. Grayscale: #5F5F5F. Windows color (decimal): -9873795 or 8214121. OLE color: 8214121.
HSL color Cylindrical-coordinate representation of color #69567D: hue angle of 269.23º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #69567D is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 86 | 125 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.51 |
| HSL | 269.23º | 0.18% | 0.41% | - |
| HSV(B) | 269.23º | 0.31% | 0.49% | - |
| XYZ | 12.86 | 11.14 | 20.87 | - |
| YUV | 96.13 | 144.29 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 86 | 125 | 0.16 | 0.31 | 0 | 0.51 | 269.23 | 0.18 | 0.41 |
| Hex | 69 | 56 | 7D | 10 | 1F | 0 | 33 | 10D | 12 | 29 |
| Octal | 151 | 126 | 175 | 20 | 37 | 0 | 63 | 415 | 22 | 51 |
| Binary | 1101001 | 1010110 | 1111101 | 10000 | 11111 | 0 | 110011 | 100001101 | 10010 | 101001 |
Color Harmonies of #69567D
Complementary color
Monochromatic Colors of #69567D
Black with #69567D
Text Example
Text Example
White with #69567D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69567D; }
p { color: rgb(105,86,125); }
H1.HeaderClassName
{
color: #69567D;
}
.AnyTagClassName
{
color: #69567D;
}
</style>
background-color css
<style>
a { background-color: #69567D; }
a { background-color: rgb(105,86,125); }
div.DivClassName
{
background-color: #69567D;
}
.BgClassName
{
background-color: #69567D;
}
</style>
border-color css
<style>
span { border-color: #69567D; }
span { border-color: rgb(105,86,125); }
td.TdClassName
{
border-color: #69567D;
}
.TagClassName
{
border-color: #69567D;
}
</style>