#664D82

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

Shades of Butterfly Bush #664D82

Tints of Butterfly Bush #664D82

Color information

#664D82 (or 0x664D82) is unknown color: approx Butterfly Bush. HEX triplet: 66, 4D and 82. RGB value is (102,77,130). Sum of RGB (Red+Green+Blue) = 102+77+130=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 130 (51.17% from 255 or 42.07% from 309); Max value from RGB is 130 - color contains mainly: blue. Hex color #664D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #664D82 is #99B27D. Grayscale: #5A5A5A. Windows color (decimal): -10072702 or 8539494. OLE color: 8539494.

HSL color Cylindrical-coordinate representation of color #664D82: hue angle of 268.3º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #664D82 is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10277130-
CMYK0.220.4100.49
HSL268.3º25.6%40.59%-
HSV(B)268.3º40.77%50.98%-
XYZ12.169.7422.36-
YUV90.52150.28136.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.01%
GREEN value IS 77 (30.47% from 255) = 24.92%
BLUE value IS 130 (51.17% from 255) = 42.07%
R=33.01%
G=24.92%
B=42.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102771300.220.4100.49268.325.640.59
Hex664D82162903110c1a29
Octal14611520226510614143251
Binary110011010011011000001010110101001011000110000110011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664D82; }

 p { color: rgb(102,77,130); }

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

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

 a { background-color: rgb(102,77,130); }

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

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

 span { border-color: rgb(102,77,130); }

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