#6A519A

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

Shades of Butterfly Bush #6A519A

Tints of Butterfly Bush #6A519A

Color information

#6A519A (or 0x6A519A) is unknown color: approx Butterfly Bush. HEX triplet: 6A, 51 and 9A. RGB value is (106,81,154). Sum of RGB (Red+Green+Blue) = 106+81+154=341 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.09% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 154 - color contains mainly: blue. Hex color #6A519A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A519A is #95AE65. Grayscale: #606060. Windows color (decimal): -9809510 or 10113386. OLE color: 10113386.

HSL color Cylindrical-coordinate representation of color #6A519A: hue angle of 260.55º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6A519A is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10681154-
CMYK0.310.4700.40
HSL260.55º31.06%46.08%-
HSV(B)260.55º47.4%60.39%-
XYZ14.7211.2831.97-
YUV96.8160.28134.56-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.09%
GREEN value IS 81 (32.03% from 255) = 23.75%
BLUE value IS 154 (60.55% from 255) = 45.16%
R=31.09%
G=23.75%
B=45.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal106811540.310.4700.40260.5531.0646.08
Hex6A519A1F2F0281051f2e
Octal15212123237570504053756
Binary110101010100011001101011111101111010100010000010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A519A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,81,154); }

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

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

 a { background-color: rgb(106,81,154); }

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

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

 span { border-color: rgb(106,81,154); }

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