Shades of Butterfly Bush #694A90
Tints of Butterfly Bush #694A90
RGB
CMYK
RGB Variations
Color information
#694A90 (or 0x694A90) is known color: Butterfly Bush. HEX triplet: 69, 4A and 90. RGB value is (105,74,144). Sum of RGB (Red+Green+Blue) = 105+74+144=323 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.51% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 144 - color contains mainly: blue. Hex color #694A90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694A90 is #96B56F. Grayscale: #5B5B5B. Windows color (decimal): -9876848 or 9456233. OLE color: 9456233.
HSL color Cylindrical-coordinate representation of color #694A90: hue angle of 266.57º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #694A90 is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 74 | 144 | - |
| CMYK | 0.27 | 0.49 | 0 | 0.44 |
| HSL | 266.57º | 0.32% | 0.43% | - |
| HSV(B) | 266.57º | 0.49% | 0.56% | - |
| XYZ | 13.31 | 9.91 | 27.6 | - |
| YUV | 91.25 | 157.77 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 74 | 144 | 0.27 | 0.49 | 0 | 0.44 | 266.57 | 0.32 | 0.43 |
| Hex | 69 | 4A | 90 | 1B | 31 | 0 | 2C | 10B | 20 | 2B |
| Octal | 151 | 112 | 220 | 33 | 61 | 0 | 54 | 413 | 40 | 53 |
| Binary | 1101001 | 1001010 | 10010000 | 11011 | 110001 | 0 | 101100 | 100001011 | 100000 | 101011 |
Color Harmonies of #694A90
Complementary color
Monochromatic Colors of #694A90
Black with #694A90
Text Example
Text Example
White with #694A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694A90; }
p { color: rgb(105,74,144); }
H1.HeaderClassName
{
color: #694A90;
}
.AnyTagClassName
{
color: #694A90;
}
</style>
background-color css
<style>
a { background-color: #694A90; }
a { background-color: rgb(105,74,144); }
div.DivClassName
{
background-color: #694A90;
}
.BgClassName
{
background-color: #694A90;
}
</style>
border-color css
<style>
span { border-color: #694A90; }
span { border-color: rgb(105,74,144); }
td.TdClassName
{
border-color: #694A90;
}
.TagClassName
{
border-color: #694A90;
}
</style>