#6B578A

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

Shades of Butterfly Bush #6B578A

Tints of Butterfly Bush #6B578A

Color information

#6B578A (or 0x6B578A) is unknown color: approx Butterfly Bush. HEX triplet: 6B, 57 and 8A. RGB value is (107,87,138). Sum of RGB (Red+Green+Blue) = 107+87+138=332 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.23% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 138 - color contains mainly: blue. Hex color #6B578A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B578A is #94A875. Grayscale: #626262. Windows color (decimal): -9742454 or 9066347. OLE color: 9066347.

HSL color Cylindrical-coordinate representation of color #6B578A: hue angle of 263.53º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B578A is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10787138-
CMYK0.220.3700.46
HSL263.53º22.67%44.12%-
HSV(B)263.53º36.96%54.12%-
XYZ14.0611.7825.58-
YUV98.79150.13133.85-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.23%
GREEN value IS 87 (34.38% from 255) = 26.20%
BLUE value IS 138 (54.30% from 255) = 41.57%
R=32.23%
G=26.20%
B=41.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal107871380.220.3700.46263.5322.6744.12
Hex6B578A162502E108172c
Octal15312721226450564102754
Binary110101110101111000101010110100101010111010000100010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B578A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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