#6C5293

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

Shades of Butterfly Bush #6C5293

Tints of Butterfly Bush #6C5293

Color information

#6C5293 (or 0x6C5293) is unknown color: approx Butterfly Bush. HEX triplet: 6C, 52 and 93. RGB value is (108,82,147). Sum of RGB (Red+Green+Blue) = 108+82+147=337 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.05% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 147 (57.81% from 255 or 43.62% from 337); Max value from RGB is 147 - color contains mainly: blue. Hex color #6C5293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5293 is #93AD6C. Grayscale: #606060. Windows color (decimal): -9678189 or 9654892. OLE color: 9654892.

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

Color convert

RGB10882147-
CMYK0.270.4400.42
HSL264º28.38%44.9%-
HSV(B)264º44.22%57.65%-
XYZ14.4711.3329.03-
YUV97.18156.11135.71-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.05%
GREEN value IS 82 (32.42% from 255) = 24.33%
BLUE value IS 147 (57.81% from 255) = 43.62%
R=32.05%
G=24.33%
B=43.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal108821470.270.4400.4226428.3844.9
Hex6C52931B2C02A1081c2d
Octal15412222333540524103455
Binary110110010100101001001111011101100010101010000100011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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