#664D85

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

Shades of Butterfly Bush #664D85

Tints of Butterfly Bush #664D85

Color information

#664D85 (or 0x664D85) is unknown color: approx Butterfly Bush. HEX triplet: 66, 4D and 85. RGB value is (102,77,133). Sum of RGB (Red+Green+Blue) = 102+77+133=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 133 - color contains mainly: blue. Hex color #664D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #664D85 is #99B27A. Grayscale: #5A5A5A. Windows color (decimal): -10072699 or 8736102. OLE color: 8736102.

HSL color Cylindrical-coordinate representation of color #664D85: hue angle of 266.79º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #664D85 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10277133-
CMYK0.230.4200.48
HSL266.79º26.67%41.18%-
HSV(B)266.79º42.11%52.16%-
XYZ12.379.8323.44-
YUV90.86151.78135.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.69%
GREEN value IS 77 (30.47% from 255) = 24.68%
BLUE value IS 133 (52.34% from 255) = 42.63%
R=32.69%
G=24.68%
B=42.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102771330.230.4200.48266.7926.6741.18
Hex664D85172A03010b1b29
Octal14611520527520604133351
Binary110011010011011000010110111101010011000010000101111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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