Shades of Butterfly Bush #695183
Tints of Butterfly Bush #695183
RGB
CMYK
RGB Variations
Color information
#695183 (or 0x695183) is known color: Butterfly Bush. HEX triplet: 69, 51 and 83. RGB value is (105,81,131). Sum of RGB (Red+Green+Blue) = 105+81+131=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 131 (51.56% from 255 or 41.32% from 317); Max value from RGB is 131 - color contains mainly: blue. Hex color #695183 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695183 is #96AE7C. Grayscale: #5D5D5D. Windows color (decimal): -9875069 or 8606057. OLE color: 8606057.
HSL color Cylindrical-coordinate representation of color #695183: hue angle of 268.8º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #695183 is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 81 | 131 | - |
| CMYK | 0.20 | 0.38 | 0 | 0.49 |
| HSL | 268.8º | 0.24% | 0.42% | - |
| HSV(B) | 268.8º | 0.38% | 0.51% | - |
| XYZ | 12.86 | 10.53 | 22.83 | - |
| YUV | 93.88 | 148.95 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 81 | 131 | 0.20 | 0.38 | 0 | 0.49 | 268.8 | 0.24 | 0.42 |
| Hex | 69 | 51 | 83 | 14 | 26 | 0 | 31 | 10D | 18 | 2A |
| Octal | 151 | 121 | 203 | 24 | 46 | 0 | 61 | 415 | 30 | 52 |
| Binary | 1101001 | 1010001 | 10000011 | 10100 | 100110 | 0 | 110001 | 100001101 | 11000 | 101010 |
Color Harmonies of #695183
Complementary color
Monochromatic Colors of #695183
Black with #695183
Text Example
Text Example
White with #695183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695183; }
p { color: rgb(105,81,131); }
H1.HeaderClassName
{
color: #695183;
}
.AnyTagClassName
{
color: #695183;
}
</style>
background-color css
<style>
a { background-color: #695183; }
a { background-color: rgb(105,81,131); }
div.DivClassName
{
background-color: #695183;
}
.BgClassName
{
background-color: #695183;
}
</style>
border-color css
<style>
span { border-color: #695183; }
span { border-color: rgb(105,81,131); }
td.TdClassName
{
border-color: #695183;
}
.TagClassName
{
border-color: #695183;
}
</style>