#6B5884

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

Shades of Butterfly Bush #6B5884

Tints of Butterfly Bush #6B5884

Color information

#6B5884 (or 0x6B5884) is unknown color: approx Butterfly Bush. HEX triplet: 6B, 58 and 84. RGB value is (107,88,132). Sum of RGB (Red+Green+Blue) = 107+88+132=327 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.72% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 132 - color contains mainly: blue. Hex color #6B5884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5884 is #94A77B. Grayscale: #626262. Windows color (decimal): -9742204 or 8673387. OLE color: 8673387.

HSL color Cylindrical-coordinate representation of color #6B5884: hue angle of 265.91º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6B5884 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10788132-
CMYK0.190.3300.48
HSL265.91º20%43.14%-
HSV(B)265.91º33.33%51.76%-
XYZ13.7211.7723.38-
YUV98.7146.79133.92-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.72%
GREEN value IS 88 (34.77% from 255) = 26.91%
BLUE value IS 132 (51.95% from 255) = 40.37%
R=32.72%
G=26.91%
B=40.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal107881320.190.3300.48265.912043.14
Hex6B5884132103010a142b
Octal15313020423410604122453
Binary110101110110001000010010011100001011000010000101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,88,132); }

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

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

 a { background-color: rgb(107,88,132); }

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

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

 span { border-color: rgb(107,88,132); }

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