Shades of Butterfly Bush #675A91
Tints of Butterfly Bush #675A91
RGB
CMYK
RGB Variations
Color information
#675A91 (or 0x675A91) is known color: Butterfly Bush. HEX triplet: 67, 5A and 91. RGB value is (103,90,145). Sum of RGB (Red+Green+Blue) = 103+90+145=338 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.47% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 145 (57.03% from 255 or 42.90% from 338); Max value from RGB is 145 - color contains mainly: blue. Hex color #675A91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675A91 is #98A56E. Grayscale: #636363. Windows color (decimal): -10003823 or 9525863. OLE color: 9525863.
HSL color Cylindrical-coordinate representation of color #675A91: hue angle of 254.18º degrees, saturation: 0.23, 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 #675A91 is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 90 | 145 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.43 |
| HSL | 254.18º | 0.23% | 0.46% | - |
| HSV(B) | 254.18º | 0.38% | 0.57% | - |
| XYZ | 14.36 | 12.24 | 28.39 | - |
| YUV | 100.16 | 153.31 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 90 | 145 | 0.29 | 0.38 | 0 | 0.43 | 254.18 | 0.23 | 0.46 |
| Hex | 67 | 5A | 91 | 1D | 26 | 0 | 2B | FE | 17 | 2E |
| Octal | 147 | 132 | 221 | 35 | 46 | 0 | 53 | 376 | 27 | 56 |
| Binary | 1100111 | 1011010 | 10010001 | 11101 | 100110 | 0 | 101011 | 11111110 | 10111 | 101110 |
Color Harmonies of #675A91
Complementary color
Monochromatic Colors of #675A91
Black with #675A91
Text Example
Text Example
White with #675A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675A91; }
p { color: rgb(103,90,145); }
H1.HeaderClassName
{
color: #675A91;
}
.AnyTagClassName
{
color: #675A91;
}
</style>
background-color css
<style>
a { background-color: #675A91; }
a { background-color: rgb(103,90,145); }
div.DivClassName
{
background-color: #675A91;
}
.BgClassName
{
background-color: #675A91;
}
</style>
border-color css
<style>
span { border-color: #675A91; }
span { border-color: rgb(103,90,145); }
td.TdClassName
{
border-color: #675A91;
}
.TagClassName
{
border-color: #675A91;
}
</style>