#6A5884

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

Shades of Butterfly Bush #6A5884

Tints of Butterfly Bush #6A5884

Color information

#6A5884 (or 0x6A5884) is unknown color: approx Butterfly Bush. HEX triplet: 6A, 58 and 84. RGB value is (106,88,132). Sum of RGB (Red+Green+Blue) = 106+88+132=326 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.52% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 132 - color contains mainly: blue. Hex color #6A5884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5884 is #95A77B. Grayscale: #626262. Windows color (decimal): -9807740 or 8673386. OLE color: 8673386.

HSL color Cylindrical-coordinate representation of color #6A5884: hue angle of 264.55º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6A5884 is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10688132-
CMYK0.200.3300.48
HSL264.55º20%43.14%-
HSV(B)264.55º33.33%51.76%-
XYZ13.611.7123.37-
YUV98.4146.96133.42-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.52%
GREEN value IS 88 (34.77% from 255) = 26.99%
BLUE value IS 132 (51.95% from 255) = 40.49%
R=32.52%
G=26.99%
B=40.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal106881320.200.3300.48264.552043.14
Hex6A58841421030109142b
Octal15213020424410604112453
Binary110101010110001000010010100100001011000010000100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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