#6E558D

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

Shades of Butterfly Bush #6E558D

Tints of Butterfly Bush #6E558D

Color information

#6E558D (or 0x6E558D) is unknown color: approx Butterfly Bush. HEX triplet: 6E, 55 and 8D. RGB value is (110,85,141). Sum of RGB (Red+Green+Blue) = 110+85+141=336 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.74% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 141 - color contains mainly: blue. Hex color #6E558D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E558D is #91AA72. Grayscale: #626262. Windows color (decimal): -9546355 or 9262446. OLE color: 9262446.

HSL color Cylindrical-coordinate representation of color #6E558D: hue angle of 266.79º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6E558D is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11085141-
CMYK0.220.4000.45
HSL266.79º24.78%44.31%-
HSV(B)266.79º39.72%55.29%-
XYZ14.4911.7426.7-
YUV98.86151.78135.95-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.74%
GREEN value IS 85 (33.59% from 255) = 25.30%
BLUE value IS 141 (55.47% from 255) = 41.96%
R=32.74%
G=25.30%
B=41.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal110851410.220.4000.45266.7924.7844.31
Hex6E558D162802D10b192c
Octal15612521526500554133154
Binary110111010101011000110110110101000010110110000101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E558D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,85,141); }

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

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

 a { background-color: rgb(110,85,141); }

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

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

 span { border-color: rgb(110,85,141); }

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