#6A5499

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

Shades of Butterfly Bush #6A5499

Tints of Butterfly Bush #6A5499

Color information

#6A5499 (or 0x6A5499) is unknown color: approx Butterfly Bush. HEX triplet: 6A, 54 and 99. RGB value is (106,84,153). Sum of RGB (Red+Green+Blue) = 106+84+153=343 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.90% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 153 - color contains mainly: blue. Hex color #6A5499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5499 is #95AB66. Grayscale: #626262. Windows color (decimal): -9808743 or 10048618. OLE color: 10048618.

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

Color convert

RGB10684153-
CMYK0.310.4500.4
HSL259.13º29.11%46.47%-
HSV(B)259.13º45.1%60%-
XYZ14.8611.731.61-
YUV98.44158.79133.39-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.90%
GREEN value IS 84 (33.20% from 255) = 24.49%
BLUE value IS 153 (60.16% from 255) = 44.61%
R=30.90%
G=24.49%
B=44.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal106841530.310.4500.4259.1329.1146.47
Hex6A54991F2D0281031d2e
Octal15212423137550504033556
Binary110101010101001001100111111101101010100010000001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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