#6C5E93

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

Shades of Butterfly Bush #6C5E93

Tints of Butterfly Bush #6C5E93

Color information

#6C5E93 (or 0x6C5E93) is unknown color: approx Butterfly Bush. HEX triplet: 6C, 5E and 93. RGB value is (108,94,147). Sum of RGB (Red+Green+Blue) = 108+94+147=349 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.95% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 147 - color contains mainly: blue. Hex color #6C5E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5E93 is #93A16C. Grayscale: #686868. Windows color (decimal): -9675117 or 9657964. OLE color: 9657964.

HSL color Cylindrical-coordinate representation of color #6C5E93: hue angle of 255.85º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6C5E93 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10894147-
CMYK0.270.3600.42
HSL255.85º21.99%47.25%-
HSV(B)255.85º36.05%57.65%-
XYZ15.4513.329.36-
YUV104.23152.14130.69-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.95%
GREEN value IS 94 (37.11% from 255) = 26.93%
BLUE value IS 147 (57.81% from 255) = 42.12%
R=30.95%
G=26.93%
B=42.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal108941470.270.3600.42255.8521.9947.25
Hex6C5E931B2402A100162f
Octal15413622333440524002657
Binary110110010111101001001111011100100010101010000000010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,94,147); }

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

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

 a { background-color: rgb(108,94,147); }

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

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

 span { border-color: rgb(108,94,147); }

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