#6A5892

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

Shades of Butterfly Bush #6A5892

Tints of Butterfly Bush #6A5892

Color information

#6A5892 (or 0x6A5892) is unknown color: approx Butterfly Bush. HEX triplet: 6A, 58 and 92. RGB value is (106,88,146). Sum of RGB (Red+Green+Blue) = 106+88+146=340 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.18% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 146 - color contains mainly: blue. Hex color #6A5892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5892 is #95A76D. Grayscale: #636363. Windows color (decimal): -9807726 or 9590890. OLE color: 9590890.

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

Color convert

RGB10688146-
CMYK0.270.4000.43
HSL258.62º24.79%45.88%-
HSV(B)258.62º39.73%57.25%-
XYZ14.6212.1228.76-
YUV99.99153.96132.28-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.18%
GREEN value IS 88 (34.77% from 255) = 25.88%
BLUE value IS 146 (57.42% from 255) = 42.94%
R=31.18%
G=25.88%
B=42.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal106881460.270.4000.43258.6224.7945.88
Hex6A58921B2802B103192e
Octal15213022233500534033156
Binary110101010110001001001011011101000010101110000001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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