#664984

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

Shades of Butterfly Bush #664984

Tints of Butterfly Bush #664984

Color information

#664984 (or 0x664984) is unknown color: approx Butterfly Bush. HEX triplet: 66, 49 and 84. RGB value is (102,73,132). Sum of RGB (Red+Green+Blue) = 102+73+132=307 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.22% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 132 - color contains mainly: blue. Hex color #664984 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664984 is #99B67B. Grayscale: #585858. Windows color (decimal): -10073724 or 8669542. OLE color: 8669542.

HSL color Cylindrical-coordinate representation of color #664984: hue angle of 269.49º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #664984 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10273132-
CMYK0.230.4500.48
HSL269.49º28.78%40.2%-
HSV(B)269.49º44.7%51.76%-
XYZ12.039.2622.98-
YUV88.4152.61137.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.22%
GREEN value IS 73 (28.91% from 255) = 23.78%
BLUE value IS 132 (51.95% from 255) = 43.00%
R=33.22%
G=23.78%
B=43.00%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102731320.230.4500.48269.4928.7840.2
Hex664984172D03010d1d28
Octal14611120427550604153550
Binary110011010010011000010010111101101011000010000110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664984; }

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

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

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

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

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

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

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

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