#66549B

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

Shades of Butterfly Bush #66549B

Tints of Butterfly Bush #66549B

Color information

#66549B (or 0x66549B) is unknown color: approx Butterfly Bush. HEX triplet: 66, 54 and 9B. RGB value is (102,84,155). Sum of RGB (Red+Green+Blue) = 102+84+155=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #66549B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66549B is #99AB64. Grayscale: #616161. Windows color (decimal): -10070885 or 10179686. OLE color: 10179686.

HSL color Cylindrical-coordinate representation of color #66549B: hue angle of 255.21º 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 #66549B is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10284155-
CMYK0.340.4600.39
HSL255.21º29.71%46.86%-
HSV(B)255.21º45.81%60.78%-
XYZ14.5711.5332.47-
YUV97.48160.46131.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.91%
GREEN value IS 84 (33.20% from 255) = 24.63%
BLUE value IS 155 (60.94% from 255) = 45.45%
R=29.91%
G=24.63%
B=45.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102841550.340.4600.39255.2129.7146.86
Hex66549B222E027ff1e2f
Octal14612423342560473773657
Binary110011010101001001101110001010111001001111111111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66549B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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