#6C5889

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

Shades of Butterfly Bush #6C5889

Tints of Butterfly Bush #6C5889

Color information

#6C5889 (or 0x6C5889) is unknown color: approx Butterfly Bush. HEX triplet: 6C, 58 and 89. RGB value is (108,88,137). Sum of RGB (Red+Green+Blue) = 108+88+137=333 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.43% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 137 (53.91% from 255 or 41.14% from 333); Max value from RGB is 137 - color contains mainly: blue. Hex color #6C5889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5889 is #93A776. Grayscale: #636363. Windows color (decimal): -9676663 or 9001068. OLE color: 9001068.

HSL color Cylindrical-coordinate representation of color #6C5889: hue angle of 264.49º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6C5889 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10888137-
CMYK0.210.3600.46
HSL264.49º21.78%44.12%-
HSV(B)264.49º35.77%53.73%-
XYZ14.1911.9725.23-
YUV99.57149.13134.02-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.43%
GREEN value IS 88 (34.77% from 255) = 26.43%
BLUE value IS 137 (53.91% from 255) = 41.14%
R=32.43%
G=26.43%
B=41.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal108881370.210.3600.46264.4921.7844.12
Hex6C5889152402E108162c
Octal15413021125440564102654
Binary110110010110001000100110101100100010111010000100010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,88,137); }

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

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

 a { background-color: rgb(108,88,137); }

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

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

 span { border-color: rgb(108,88,137); }

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