#6E5E93

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

Shades of Butterfly Bush #6E5E93

Tints of Butterfly Bush #6E5E93

Color information

#6E5E93 (or 0x6E5E93) is unknown color: approx Butterfly Bush. HEX triplet: 6E, 5E and 93. RGB value is (110,94,147). Sum of RGB (Red+Green+Blue) = 110+94+147=351 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.34% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 147 (57.81% from 255 or 41.88% from 351); Max value from RGB is 147 - color contains mainly: blue. Hex color #6E5E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5E93 is #91A16C. Grayscale: #686868. Windows color (decimal): -9544045 or 9657966. OLE color: 9657966.

HSL color Cylindrical-coordinate representation of color #6E5E93: hue angle of 258.11º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6E5E93 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11094147-
CMYK0.250.3600.42
HSL258.11º21.99%47.25%-
HSV(B)258.11º36.05%57.65%-
XYZ15.713.4329.37-
YUV104.83151.8131.69-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.34%
GREEN value IS 94 (37.11% from 255) = 26.78%
BLUE value IS 147 (57.81% from 255) = 41.88%
R=31.34%
G=26.78%
B=41.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal110941470.250.3600.42258.1121.9947.25
Hex6E5E93192402A102162f
Octal15613622331440524022657
Binary110111010111101001001111001100100010101010000001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,94,147); }

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

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

 a { background-color: rgb(110,94,147); }

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

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

 span { border-color: rgb(110,94,147); }

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