#6C549B

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

Shades of Butterfly Bush #6C549B

Tints of Butterfly Bush #6C549B

Color information

#6C549B (or 0x6C549B) is unknown color: approx Butterfly Bush. HEX triplet: 6C, 54 and 9B. RGB value is (108,84,155). Sum of RGB (Red+Green+Blue) = 108+84+155=347 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.12% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C549B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C549B is #93AB64. Grayscale: #636363. Windows color (decimal): -9677669 or 10179692. OLE color: 10179692.

HSL color Cylindrical-coordinate representation of color #6C549B: hue angle of 260.28º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6C549B is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10884155-
CMYK0.300.4600.39
HSL260.28º29.71%46.86%-
HSV(B)260.28º45.81%60.78%-
XYZ15.2711.932.5-
YUV99.27159.45134.23-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.12%
GREEN value IS 84 (33.20% from 255) = 24.21%
BLUE value IS 155 (60.94% from 255) = 44.67%
R=31.12%
G=24.21%
B=44.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal108841550.300.4600.39260.2829.7146.86
Hex6C549B1E2E0271041e2f
Octal15412423336560474043657
Binary110110010101001001101111110101110010011110000010011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C549B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,84,155); }

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

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

 a { background-color: rgb(108,84,155); }

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

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

 span { border-color: rgb(108,84,155); }

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