#664989

Color #664989 Butterfly Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Butterfly Bush #664989

Tints of Butterfly Bush #664989

Color information

#664989 (or 0x664989) is unknown color: approx Butterfly Bush. HEX triplet: 66, 49 and 89. RGB value is (102,73,137). Sum of RGB (Red+Green+Blue) = 102+73+137=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 137 (53.91% from 255 or 43.91% from 312); Max value from RGB is 137 - color contains mainly: blue. Hex color #664989 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664989 is #99B676. Grayscale: #585858. Windows color (decimal): -10073719 or 8997222. OLE color: 8997222.

HSL color Cylindrical-coordinate representation of color #664989: hue angle of 267.19º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #664989 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10273137-
CMYK0.260.4700.46
HSL267.19º30.48%41.18%-
HSV(B)267.19º46.72%53.73%-
XYZ12.389.424.83-
YUV88.97155.11137.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 32.69%
GREEN value IS 73 (28.91% from 255) = 23.40%
BLUE value IS 137 (53.91% from 255) = 43.91%
R=32.69%
G=23.40%
B=43.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal102731370.260.4700.46267.1930.4841.18
Hex6649891A2F02E10b1e29
Octal14611121132570564133651
Binary110011010010011000100111010101111010111010000101111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664989; }

 p { color: rgb(102,73,137); }

 H1.HeaderClassName
 {
   color: #664989;
 }
 .AnyTagClassName
 {
   color: #664989;
 }
</style>
background-color css

<style>
 a { background-color: #664989; }

 a { background-color: rgb(102,73,137); }

 div.DivClassName
 {
   background-color: #664989;
 }
 .BgClassName
 {
   background-color: #664989;
 }
</style>
border-color css

<style>
 span { border-color: #664989; }

 span { border-color: rgb(102,73,137); }

 td.TdClassName
 {
   border-color: #664989;
 }
 .TagClassName
 {
   border-color: #664989;
 }
</style>