#6A5889

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

Shades of Butterfly Bush #6A5889

Tints of Butterfly Bush #6A5889

Color information

#6A5889 (or 0x6A5889) is unknown color: approx Butterfly Bush. HEX triplet: 6A, 58 and 89. RGB value is (106,88,137). Sum of RGB (Red+Green+Blue) = 106+88+137=331 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.02% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 137 (53.91% from 255 or 41.39% from 331); Max value from RGB is 137 - color contains mainly: blue. Hex color #6A5889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5889 is #95A776. Grayscale: #626262. Windows color (decimal): -9807735 or 9001066. OLE color: 9001066.

HSL color Cylindrical-coordinate representation of color #6A5889: hue angle of 262.04º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6A5889 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10688137-
CMYK0.230.3600.46
HSL262.04º21.78%44.12%-
HSV(B)262.04º35.77%53.73%-
XYZ13.9511.8525.22-
YUV98.97149.46133.02-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.02%
GREEN value IS 88 (34.77% from 255) = 26.59%
BLUE value IS 137 (53.91% from 255) = 41.39%
R=32.02%
G=26.59%
B=41.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal106881370.230.3600.46262.0421.7844.12
Hex6A5889172402E106162c
Octal15213021127440564062654
Binary110101010110001000100110111100100010111010000011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,88,137); }

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

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

 a { background-color: rgb(106,88,137); }

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

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

 span { border-color: rgb(106,88,137); }

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