#6B5791

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

Shades of Butterfly Bush #6B5791

Tints of Butterfly Bush #6B5791

Color information

#6B5791 (or 0x6B5791) is unknown color: approx Butterfly Bush. HEX triplet: 6B, 57 and 91. RGB value is (107,87,145). Sum of RGB (Red+Green+Blue) = 107+87+145=339 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.56% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 145 (57.03% from 255 or 42.77% from 339); Max value from RGB is 145 - color contains mainly: blue. Hex color #6B5791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5791 is #94A86E. Grayscale: #636363. Windows color (decimal): -9742447 or 9525099. OLE color: 9525099.

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

Color convert

RGB10787145-
CMYK0.260.400.43
HSL260.69º25%45.49%-
HSV(B)260.69º40%56.86%-
XYZ14.5811.9928.33-
YUV99.59153.63133.28-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.56%
GREEN value IS 87 (34.38% from 255) = 25.66%
BLUE value IS 145 (57.03% from 255) = 42.77%
R=31.56%
G=25.66%
B=42.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal107871450.260.400.43260.692545.49
Hex6B57911A2802B105192d
Octal15312722132500534053155
Binary110101110101111001000111010101000010101110000010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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