#6B558D

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

Shades of Butterfly Bush #6B558D

Tints of Butterfly Bush #6B558D

Color information

#6B558D (or 0x6B558D) is unknown color: approx Butterfly Bush. HEX triplet: 6B, 55 and 8D. RGB value is (107,85,141). Sum of RGB (Red+Green+Blue) = 107+85+141=333 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.13% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 141 - color contains mainly: blue. Hex color #6B558D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B558D is #94AA72. Grayscale: #616161. Windows color (decimal): -9742963 or 9262443. OLE color: 9262443.

HSL color Cylindrical-coordinate representation of color #6B558D: hue angle of 263.57º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6B558D is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10785141-
CMYK0.240.4000.45
HSL263.57º24.78%44.31%-
HSV(B)263.57º39.72%55.29%-
XYZ14.1211.5526.68-
YUV97.96152.29134.45-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.13%
GREEN value IS 85 (33.59% from 255) = 25.53%
BLUE value IS 141 (55.47% from 255) = 42.34%
R=32.13%
G=25.53%
B=42.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal107851410.240.4000.45263.5724.7844.31
Hex6B558D182802D108192c
Octal15312521530500554103154
Binary110101110101011000110111000101000010110110000100011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B558D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,85,141); }

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

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

 a { background-color: rgb(107,85,141); }

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

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

 span { border-color: rgb(107,85,141); }

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