#66549C

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

Shades of Butterfly Bush #66549C

Tints of Butterfly Bush #66549C

Color information

#66549C (or 0x66549C) is unknown color: approx Butterfly Bush. HEX triplet: 66, 54 and 9C. RGB value is (102,84,156). Sum of RGB (Red+Green+Blue) = 102+84+156=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 156 - color contains mainly: blue. Hex color #66549C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66549C is #99AB63. Grayscale: #616161. Windows color (decimal): -10070884 or 10245222. OLE color: 10245222.

HSL color Cylindrical-coordinate representation of color #66549C: hue angle of 255º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66549C is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10284156-
CMYK0.350.4600.39
HSL255º30%47.06%-
HSV(B)255º46.15%61.18%-
XYZ14.6511.5732.91-
YUV97.59160.96131.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.82%
GREEN value IS 84 (33.20% from 255) = 24.56%
BLUE value IS 156 (61.33% from 255) = 45.61%
R=29.82%
G=24.56%
B=45.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102841560.350.4600.392553047.06
Hex66549C232E027ff1e2f
Octal14612423443560473773657
Binary110011010101001001110010001110111001001111111111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66549C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66549C; }

 p { color: rgb(102,84,156); }

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

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

 a { background-color: rgb(102,84,156); }

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

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

 span { border-color: rgb(102,84,156); }

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