#6E5599

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

Shades of Butterfly Bush #6E5599

Tints of Butterfly Bush #6E5599

Color information

#6E5599 (or 0x6E5599) is unknown color: approx Butterfly Bush. HEX triplet: 6E, 55 and 99. RGB value is (110,85,153). Sum of RGB (Red+Green+Blue) = 110+85+153=348 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.61% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 153 - color contains mainly: blue. Hex color #6E5599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5599 is #91AA66. Grayscale: #636363. Windows color (decimal): -9546343 or 10048878. OLE color: 10048878.

HSL color Cylindrical-coordinate representation of color #6E5599: hue angle of 262.06º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6E5599 is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11085153-
CMYK0.280.4400.4
HSL262.06º28.57%46.67%-
HSV(B)262.06º44.44%60%-
XYZ15.4312.1131.66-
YUV100.23157.78134.97-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.61%
GREEN value IS 85 (33.59% from 255) = 24.43%
BLUE value IS 153 (60.16% from 255) = 43.97%
R=31.61%
G=24.43%
B=43.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal110851530.280.4400.4262.0628.5746.67
Hex6E55991C2C0281061d2f
Octal15612523134540504063557
Binary110111010101011001100111100101100010100010000011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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