#6B559A

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

Shades of Butterfly Bush #6B559A

Tints of Butterfly Bush #6B559A

Color information

#6B559A (or 0x6B559A) is unknown color: approx Butterfly Bush. HEX triplet: 6B, 55 and 9A. RGB value is (107,85,154). Sum of RGB (Red+Green+Blue) = 107+85+154=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 154 (60.55% from 255 or 44.51% from 346); Max value from RGB is 154 - color contains mainly: blue. Hex color #6B559A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B559A is #94AA65. Grayscale: #636363. Windows color (decimal): -9742950 or 10114411. OLE color: 10114411.

HSL color Cylindrical-coordinate representation of color #6B559A: hue angle of 259.13º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6B559A is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10785154-
CMYK0.310.4500.40
HSL259.13º28.87%46.86%-
HSV(B)259.13º44.81%60.39%-
XYZ15.1411.9632.08-
YUV99.44158.79133.39-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.92%
GREEN value IS 85 (33.59% from 255) = 24.57%
BLUE value IS 154 (60.55% from 255) = 44.51%
R=30.92%
G=24.57%
B=44.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal107851540.310.4500.40259.1328.8746.86
Hex6B559A1F2D0281031d2f
Octal15312523237550504033557
Binary110101110101011001101011111101101010100010000001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B559A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,85,154); }

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

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

 a { background-color: rgb(107,85,154); }

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

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

 span { border-color: rgb(107,85,154); }

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