Shades of Butterfly Bush #695D94
Tints of Butterfly Bush #695D94
RGB
CMYK
RGB Variations
Color information
#695D94 (or 0x695D94) is known color: Butterfly Bush. HEX triplet: 69, 5D and 94. RGB value is (105,93,148). Sum of RGB (Red+Green+Blue) = 105+93+148=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 148 - color contains mainly: blue. Hex color #695D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695D94 is #96A26B. Grayscale: #666666. Windows color (decimal): -9871980 or 9723241. OLE color: 9723241.
HSL color Cylindrical-coordinate representation of color #695D94: hue angle of 253.09º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #695D94 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 93 | 148 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.42 |
| HSL | 253.09º | 0.23% | 0.47% | - |
| HSV(B) | 253.09º | 0.37% | 0.58% | - |
| XYZ | 15.09 | 12.97 | 29.73 | - |
| YUV | 102.86 | 153.48 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 93 | 148 | 0.29 | 0.37 | 0 | 0.42 | 253.09 | 0.23 | 0.47 |
| Hex | 69 | 5D | 94 | 1D | 25 | 0 | 2A | FD | 17 | 2F |
| Octal | 151 | 135 | 224 | 35 | 45 | 0 | 52 | 375 | 27 | 57 |
| Binary | 1101001 | 1011101 | 10010100 | 11101 | 100101 | 0 | 101010 | 11111101 | 10111 | 101111 |
Color Harmonies of #695D94
Complementary color
Monochromatic Colors of #695D94
Black with #695D94
Text Example
Text Example
White with #695D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695D94; }
p { color: rgb(105,93,148); }
H1.HeaderClassName
{
color: #695D94;
}
.AnyTagClassName
{
color: #695D94;
}
</style>
background-color css
<style>
a { background-color: #695D94; }
a { background-color: rgb(105,93,148); }
div.DivClassName
{
background-color: #695D94;
}
.BgClassName
{
background-color: #695D94;
}
</style>
border-color css
<style>
span { border-color: #695D94; }
span { border-color: rgb(105,93,148); }
td.TdClassName
{
border-color: #695D94;
}
.TagClassName
{
border-color: #695D94;
}
</style>