#6E5994

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

Shades of Butterfly Bush #6E5994

Tints of Butterfly Bush #6E5994

Color information

#6E5994 (or 0x6E5994) is unknown color: approx Butterfly Bush. HEX triplet: 6E, 59 and 94. RGB value is (110,89,148). Sum of RGB (Red+Green+Blue) = 110+89+148=347 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.70% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 148 - color contains mainly: blue. Hex color #6E5994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5994 is #91A66B. Grayscale: #656565. Windows color (decimal): -9545324 or 9722222. OLE color: 9722222.

HSL color Cylindrical-coordinate representation of color #6E5994: hue angle of 261.36º 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 #6E5994 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11089148-
CMYK0.260.4000.42
HSL261.36º24.89%46.47%-
HSV(B)261.36º39.86%58.04%-
XYZ15.3512.629.64-
YUV102153.96133.7-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.70%
GREEN value IS 89 (35.16% from 255) = 25.65%
BLUE value IS 148 (58.20% from 255) = 42.65%
R=31.70%
G=25.65%
B=42.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal110891480.260.4000.42261.3624.8946.47
Hex6E59941A2802A105192e
Octal15613122432500524053156
Binary110111010110011001010011010101000010101010000010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,89,148); }

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

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

 a { background-color: rgb(110,89,148); }

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

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

 span { border-color: rgb(110,89,148); }

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