#6A5989

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

Shades of Butterfly Bush #6A5989

Tints of Butterfly Bush #6A5989

Color information

#6A5989 (or 0x6A5989) is unknown color: approx Butterfly Bush. HEX triplet: 6A, 59 and 89. RGB value is (106,89,137). Sum of RGB (Red+Green+Blue) = 106+89+137=332 (43% of max value = 765). Red value is 106 (41.80% from 255 or 31.93% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 137 - color contains mainly: blue. Hex color #6A5989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5989 is #95A676. Grayscale: #636363. Windows color (decimal): -9807479 or 9001322. OLE color: 9001322.

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

Color convert

RGB10689137-
CMYK0.230.3500.46
HSL261.25º21.24%44.31%-
HSV(B)261.25º35.04%53.73%-
XYZ14.0312.0225.25-
YUV99.56149.13132.6-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.93%
GREEN value IS 89 (35.16% from 255) = 26.81%
BLUE value IS 137 (53.91% from 255) = 41.27%
R=31.93%
G=26.81%
B=41.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal106891370.230.3500.46261.2521.2444.31
Hex6A5989172302E105152c
Octal15213121127430564052554
Binary110101010110011000100110111100011010111010000010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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