#6B5891

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

Shades of Butterfly Bush #6B5891

Tints of Butterfly Bush #6B5891

Color information

#6B5891 (or 0x6B5891) is unknown color: approx Butterfly Bush. HEX triplet: 6B, 58 and 91. RGB value is (107,88,145). Sum of RGB (Red+Green+Blue) = 107+88+145=340 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.47% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 145 (57.03% from 255 or 42.65% from 340); Max value from RGB is 145 - color contains mainly: blue. Hex color #6B5891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5891 is #94A76E. Grayscale: #636363. Windows color (decimal): -9742191 or 9525355. OLE color: 9525355.

HSL color Cylindrical-coordinate representation of color #6B5891: hue angle of 260º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6B5891 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10788145-
CMYK0.260.3900.43
HSL260º24.46%45.69%-
HSV(B)260º39.31%56.86%-
XYZ14.6612.1528.36-
YUV100.18153.29132.87-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.47%
GREEN value IS 88 (34.77% from 255) = 25.88%
BLUE value IS 145 (57.03% from 255) = 42.65%
R=31.47%
G=25.88%
B=42.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal107881450.260.3900.4326024.4645.69
Hex6B58911A2702B104182e
Octal15313022132470534043056
Binary110101110110001001000111010100111010101110000010011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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