#6A5481

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

Shades of Butterfly Bush #6A5481

Tints of Butterfly Bush #6A5481

Color information

#6A5481 (or 0x6A5481) is unknown color: approx Butterfly Bush. HEX triplet: 6A, 54 and 81. RGB value is (106,84,129). Sum of RGB (Red+Green+Blue) = 106+84+129=319 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.23% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 129 - color contains mainly: blue. Hex color #6A5481 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5481 is #95AB7E. Grayscale: #5F5F5F. Windows color (decimal): -9808767 or 8475754. OLE color: 8475754.

HSL color Cylindrical-coordinate representation of color #6A5481: hue angle of 269.33º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6A5481 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10684129-
CMYK0.180.3500.49
HSL269.33º21.13%41.76%-
HSV(B)269.33º34.88%50.59%-
XYZ13.0810.9922.2-
YUV95.71146.79135.34-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.23%
GREEN value IS 84 (33.20% from 255) = 26.33%
BLUE value IS 129 (50.78% from 255) = 40.44%
R=33.23%
G=26.33%
B=40.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal106841290.180.3500.49269.3321.1341.76
Hex6A5481122303110d152a
Octal15212420122430614152552
Binary110101010101001000000110010100011011000110000110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,84,129); }

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

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

 a { background-color: rgb(106,84,129); }

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

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

 span { border-color: rgb(106,84,129); }

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