#6A5384

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

Shades of Butterfly Bush #6A5384

Tints of Butterfly Bush #6A5384

Color information

#6A5384 (or 0x6A5384) is unknown color: approx Butterfly Bush. HEX triplet: 6A, 53 and 84. RGB value is (106,83,132). Sum of RGB (Red+Green+Blue) = 106+83+132=321 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.02% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 132 - color contains mainly: blue. Hex color #6A5384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5384 is #95AC7B. Grayscale: #5F5F5F. Windows color (decimal): -9809020 or 8672106. OLE color: 8672106.

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

Color convert

RGB10683132-
CMYK0.200.3700.48
HSL268.16º22.79%42.16%-
HSV(B)268.16º37.12%51.76%-
XYZ13.210.9223.24-
YUV95.46148.62135.52-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.02%
GREEN value IS 83 (32.81% from 255) = 25.86%
BLUE value IS 132 (51.95% from 255) = 41.12%
R=33.02%
G=25.86%
B=41.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal106831320.200.3700.48268.1622.7942.16
Hex6A5384142503010c172a
Octal15212320424450604142752
Binary110101010100111000010010100100101011000010000110010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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