Shades of Butterfly Bush #695A92
Tints of Butterfly Bush #695A92
RGB
CMYK
RGB Variations
Color information
#695A92 (or 0x695A92) is known color: Butterfly Bush. HEX triplet: 69, 5A and 92. RGB value is (105,90,146). Sum of RGB (Red+Green+Blue) = 105+90+146=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 146 - color contains mainly: blue. Hex color #695A92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695A92 is #96A56D. Grayscale: #646464. Windows color (decimal): -9872750 or 9591401. OLE color: 9591401.
HSL color Cylindrical-coordinate representation of color #695A92: hue angle of 256.07º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #695A92 is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 90 | 146 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.43 |
| HSL | 256.07º | 0.24% | 0.46% | - |
| HSV(B) | 256.07º | 0.38% | 0.57% | - |
| XYZ | 14.67 | 12.39 | 28.81 | - |
| YUV | 100.87 | 153.47 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 90 | 146 | 0.28 | 0.38 | 0 | 0.43 | 256.07 | 0.24 | 0.46 |
| Hex | 69 | 5A | 92 | 1C | 26 | 0 | 2B | 100 | 18 | 2E |
| Octal | 151 | 132 | 222 | 34 | 46 | 0 | 53 | 400 | 30 | 56 |
| Binary | 1101001 | 1011010 | 10010010 | 11100 | 100110 | 0 | 101011 | 100000000 | 11000 | 101110 |
Color Harmonies of #695A92
Complementary color
Monochromatic Colors of #695A92
Black with #695A92
Text Example
Text Example
White with #695A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695A92; }
p { color: rgb(105,90,146); }
H1.HeaderClassName
{
color: #695A92;
}
.AnyTagClassName
{
color: #695A92;
}
</style>
background-color css
<style>
a { background-color: #695A92; }
a { background-color: rgb(105,90,146); }
div.DivClassName
{
background-color: #695A92;
}
.BgClassName
{
background-color: #695A92;
}
</style>
border-color css
<style>
span { border-color: #695A92; }
span { border-color: rgb(105,90,146); }
td.TdClassName
{
border-color: #695A92;
}
.TagClassName
{
border-color: #695A92;
}
</style>