#6C5C8C

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

Shades of Butterfly Bush #6C5C8C

Tints of Butterfly Bush #6C5C8C

Color information

#6C5C8C (or 0x6C5C8C) is unknown color: approx Butterfly Bush. HEX triplet: 6C, 5C and 8C. RGB value is (108,92,140). Sum of RGB (Red+Green+Blue) = 108+92+140=340 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.76% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 140 - color contains mainly: blue. Hex color #6C5C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5C8C is #93A373. Grayscale: #666666. Windows color (decimal): -9675636 or 9198700. OLE color: 9198700.

HSL color Cylindrical-coordinate representation of color #6C5C8C: hue angle of 260º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6C5C8C is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10892140-
CMYK0.230.3400.45
HSL260º20.69%45.49%-
HSV(B)260º34.29%54.9%-
XYZ14.7512.7426.49-
YUV102.26149.3132.1-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.76%
GREEN value IS 92 (36.33% from 255) = 27.06%
BLUE value IS 140 (55.08% from 255) = 41.18%
R=31.76%
G=27.06%
B=41.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal108921400.230.3400.4526020.6945.49
Hex6C5C8C172202D104152d
Octal15413421427420554042555
Binary110110010111001000110010111100010010110110000010010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,92,140); }

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

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

 a { background-color: rgb(108,92,140); }

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

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

 span { border-color: rgb(108,92,140); }

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