#664987

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

Shades of Butterfly Bush #664987

Tints of Butterfly Bush #664987

Color information

#664987 (or 0x664987) is unknown color: approx Butterfly Bush. HEX triplet: 66, 49 and 87. RGB value is (102,73,135). Sum of RGB (Red+Green+Blue) = 102+73+135=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 135 (53.12% from 255 or 43.55% from 310); Max value from RGB is 135 - color contains mainly: blue. Hex color #664987 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664987 is #99B678. Grayscale: #585858. Windows color (decimal): -10073721 or 8866150. OLE color: 8866150.

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

Color convert

RGB10273135-
CMYK0.240.4600.47
HSL268.06º29.81%40.78%-
HSV(B)268.06º45.93%52.94%-
XYZ12.249.3424.08-
YUV88.74154.11137.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.90%
GREEN value IS 73 (28.91% from 255) = 23.55%
BLUE value IS 135 (53.12% from 255) = 43.55%
R=32.90%
G=23.55%
B=43.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102731350.240.4600.47268.0629.8140.78
Hex664987182E02F10c1e29
Octal14611120730560574143651
Binary110011010010011000011111000101110010111110000110011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664987; }

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

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

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

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

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

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

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

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