#6C558D

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

Shades of Butterfly Bush #6C558D

Tints of Butterfly Bush #6C558D

Color information

#6C558D (or 0x6C558D) is unknown color: approx Butterfly Bush. HEX triplet: 6C, 55 and 8D. RGB value is (108,85,141). Sum of RGB (Red+Green+Blue) = 108+85+141=334 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.34% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 141 - color contains mainly: blue. Hex color #6C558D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C558D is #93AA72. Grayscale: #626262. Windows color (decimal): -9677427 or 9262444. OLE color: 9262444.

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

Color convert

RGB10885141-
CMYK0.230.4000.45
HSL264.64º24.78%44.31%-
HSV(B)264.64º39.72%55.29%-
XYZ14.2411.6126.69-
YUV98.26152.12134.95-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.34%
GREEN value IS 85 (33.59% from 255) = 25.45%
BLUE value IS 141 (55.47% from 255) = 42.22%
R=32.34%
G=25.45%
B=42.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal108851410.230.4000.45264.6424.7844.31
Hex6C558D172802D109192c
Octal15412521527500554113154
Binary110110010101011000110110111101000010110110000100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C558D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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