#6B549C

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

Shades of Butterfly Bush #6B549C

Tints of Butterfly Bush #6B549C

Color information

#6B549C (or 0x6B549C) is unknown color: approx Butterfly Bush. HEX triplet: 6B, 54 and 9C. RGB value is (107,84,156). Sum of RGB (Red+Green+Blue) = 107+84+156=347 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.84% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 156 - color contains mainly: blue. Hex color #6B549C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B549C is #94AB63. Grayscale: #626262. Windows color (decimal): -9743204 or 10245227. OLE color: 10245227.

HSL color Cylindrical-coordinate representation of color #6B549C: hue angle of 259.17º 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 #6B549C is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10784156-
CMYK0.310.4600.39
HSL259.17º30%47.06%-
HSV(B)259.17º46.15%61.18%-
XYZ15.2311.8732.94-
YUV99.08160.12133.65-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.84%
GREEN value IS 84 (33.20% from 255) = 24.21%
BLUE value IS 156 (61.33% from 255) = 44.96%
R=30.84%
G=24.21%
B=44.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal107841560.310.4600.39259.173047.06
Hex6B549C1F2E0271031e2f
Octal15312423437560474033657
Binary110101110101001001110011111101110010011110000001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B549C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,84,156); }

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

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

 a { background-color: rgb(107,84,156); }

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

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

 span { border-color: rgb(107,84,156); }

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