Shades of Butterfly Bush #695C8F
Tints of Butterfly Bush #695C8F
RGB
CMYK
RGB Variations
Color information
#695C8F (or 0x695C8F) is known color: Butterfly Bush. HEX triplet: 69, 5C and 8F. RGB value is (105,92,143). Sum of RGB (Red+Green+Blue) = 105+92+143=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 143 (56.25% from 255 or 42.06% from 340); Max value from RGB is 143 - color contains mainly: blue. Hex color #695C8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695C8F is #96A370. Grayscale: #656565. Windows color (decimal): -9872241 or 9395305. OLE color: 9395305.
HSL color Cylindrical-coordinate representation of color #695C8F: hue angle of 255.29º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #695C8F is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 92 | 143 | - |
| CMYK | 0.27 | 0.36 | 0 | 0.44 |
| HSL | 255.29º | 0.22% | 0.46% | - |
| HSV(B) | 255.29º | 0.36% | 0.56% | - |
| XYZ | 14.61 | 12.64 | 27.66 | - |
| YUV | 101.7 | 151.31 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 92 | 143 | 0.27 | 0.36 | 0 | 0.44 | 255.29 | 0.22 | 0.46 |
| Hex | 69 | 5C | 8F | 1B | 24 | 0 | 2C | FF | 16 | 2E |
| Octal | 151 | 134 | 217 | 33 | 44 | 0 | 54 | 377 | 26 | 56 |
| Binary | 1101001 | 1011100 | 10001111 | 11011 | 100100 | 0 | 101100 | 11111111 | 10110 | 101110 |
Color Harmonies of #695C8F
Complementary color
Monochromatic Colors of #695C8F
Black with #695C8F
Text Example
Text Example
White with #695C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695C8F; }
p { color: rgb(105,92,143); }
H1.HeaderClassName
{
color: #695C8F;
}
.AnyTagClassName
{
color: #695C8F;
}
</style>
background-color css
<style>
a { background-color: #695C8F; }
a { background-color: rgb(105,92,143); }
div.DivClassName
{
background-color: #695C8F;
}
.BgClassName
{
background-color: #695C8F;
}
</style>
border-color css
<style>
span { border-color: #695C8F; }
span { border-color: rgb(105,92,143); }
td.TdClassName
{
border-color: #695C8F;
}
.TagClassName
{
border-color: #695C8F;
}
</style>