#6A498C

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

Shades of Butterfly Bush #6A498C

Tints of Butterfly Bush #6A498C

Color information

#6A498C (or 0x6A498C) is unknown color: approx Butterfly Bush. HEX triplet: 6A, 49 and 8C. RGB value is (106,73,140). Sum of RGB (Red+Green+Blue) = 106+73+140=319 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.23% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 140 - color contains mainly: blue. Hex color #6A498C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A498C is #95B673. Grayscale: #5A5A5A. Windows color (decimal): -9811572 or 9193834. OLE color: 9193834.

HSL color Cylindrical-coordinate representation of color #6A498C: hue angle of 269.55º 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 #6A498C is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10673140-
CMYK0.240.4800.45
HSL269.55º31.46%41.76%-
HSV(B)269.55º47.86%54.9%-
XYZ13.069.7226-
YUV90.5155.93139.05-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.23%
GREEN value IS 73 (28.91% from 255) = 22.88%
BLUE value IS 140 (55.08% from 255) = 43.89%
R=33.23%
G=22.88%
B=43.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal106731400.240.4800.45269.5531.4641.76
Hex6A498C183002D10e1f2a
Octal15211121430600554163752
Binary110101010010011000110011000110000010110110000111011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A498C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A498C; }

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

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

<style>
 a { background-color: #6A498C; }

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

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

<style>
 span { border-color: #6A498C; }

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

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