#66549A

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

Shades of Butterfly Bush #66549A

Tints of Butterfly Bush #66549A

Color information

#66549A (or 0x66549A) is unknown color: approx Butterfly Bush. HEX triplet: 66, 54 and 9A. RGB value is (102,84,154). Sum of RGB (Red+Green+Blue) = 102+84+154=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 154 (60.55% from 255 or 45.29% from 340); Max value from RGB is 154 - color contains mainly: blue. Hex color #66549A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66549A is #99AB65. Grayscale: #616161. Windows color (decimal): -10070886 or 10114150. OLE color: 10114150.

HSL color Cylindrical-coordinate representation of color #66549A: hue angle of 255.43º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66549A is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10284154-
CMYK0.340.4500.40
HSL255.43º29.41%46.67%-
HSV(B)255.43º45.45%60.39%-
XYZ14.4811.532.03-
YUV97.36159.96131.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30%
GREEN value IS 84 (33.20% from 255) = 24.71%
BLUE value IS 154 (60.55% from 255) = 45.29%
R=30%
G=24.71%
B=45.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal102841540.340.4500.40255.4329.4146.67
Hex66549A222D028ff1d2f
Octal14612423242550503773557
Binary110011010101001001101010001010110101010001111111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66549A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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