#6A5893

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

Shades of Butterfly Bush #6A5893

Tints of Butterfly Bush #6A5893

Color information

#6A5893 (or 0x6A5893) is unknown color: approx Butterfly Bush. HEX triplet: 6A, 58 and 93. RGB value is (106,88,147). Sum of RGB (Red+Green+Blue) = 106+88+147=341 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.09% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 147 - color contains mainly: blue. Hex color #6A5893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5893 is #95A76C. Grayscale: #636363. Windows color (decimal): -9807725 or 9656426. OLE color: 9656426.

HSL color Cylindrical-coordinate representation of color #6A5893: hue angle of 258.31º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6A5893 is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10688147-
CMYK0.280.4000.42
HSL258.31º25.11%46.08%-
HSV(B)258.31º40.14%57.65%-
XYZ14.712.1529.17-
YUV100.11154.46132.2-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.09%
GREEN value IS 88 (34.77% from 255) = 25.81%
BLUE value IS 147 (57.81% from 255) = 43.11%
R=31.09%
G=25.81%
B=43.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal106881470.280.4000.42258.3125.1146.08
Hex6A58931C2802A102192e
Octal15213022334500524023156
Binary110101010110001001001111100101000010101010000001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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