#6B578D

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

Shades of Butterfly Bush #6B578D

Tints of Butterfly Bush #6B578D

Color information

#6B578D (or 0x6B578D) is unknown color: approx Butterfly Bush. HEX triplet: 6B, 57 and 8D. RGB value is (107,87,141). Sum of RGB (Red+Green+Blue) = 107+87+141=335 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.94% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 141 - color contains mainly: blue. Hex color #6B578D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B578D is #94A872. Grayscale: #626262. Windows color (decimal): -9742451 or 9262955. OLE color: 9262955.

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

Color convert

RGB10787141-
CMYK0.240.3800.45
HSL262.22º23.68%44.71%-
HSV(B)262.22º38.3%55.29%-
XYZ14.2811.8726.74-
YUV99.14151.63133.61-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.94%
GREEN value IS 87 (34.38% from 255) = 25.97%
BLUE value IS 141 (55.47% from 255) = 42.09%
R=31.94%
G=25.97%
B=42.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal107871410.240.3800.45262.2223.6844.71
Hex6B578D182602D106182d
Octal15312721530460554063055
Binary110101110101111000110111000100110010110110000011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B578D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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