#66498C

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

Shades of Butterfly Bush #66498C

Tints of Butterfly Bush #66498C

Color information

#66498C (or 0x66498C) is unknown color: approx Butterfly Bush. HEX triplet: 66, 49 and 8C. RGB value is (102,73,140). Sum of RGB (Red+Green+Blue) = 102+73+140=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 140 - color contains mainly: blue. Hex color #66498C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66498C is #99B673. Grayscale: #595959. Windows color (decimal): -10073716 or 9193830. OLE color: 9193830.

HSL color Cylindrical-coordinate representation of color #66498C: hue angle of 265.97º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66498C is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10273140-
CMYK0.270.4800.45
HSL265.97º31.46%41.76%-
HSV(B)265.97º47.86%54.9%-
XYZ12.69.4825.98-
YUV89.31156.61137.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.38%
GREEN value IS 73 (28.91% from 255) = 23.17%
BLUE value IS 140 (55.08% from 255) = 44.44%
R=32.38%
G=23.17%
B=44.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102731400.270.4800.45265.9731.4641.76
Hex66498C1B3002D10a1f2a
Octal14611121433600554123752
Binary110011010010011000110011011110000010110110000101011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66498C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,73,140); }

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

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

 a { background-color: rgb(102,73,140); }

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

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

 span { border-color: rgb(102,73,140); }

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