#6B589A

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

Shades of Butterfly Bush #6B589A

Tints of Butterfly Bush #6B589A

Color information

#6B589A (or 0x6B589A) is unknown color: approx Butterfly Bush. HEX triplet: 6B, 58 and 9A. RGB value is (107,88,154). Sum of RGB (Red+Green+Blue) = 107+88+154=349 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.66% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 154 (60.55% from 255 or 44.13% from 349); Max value from RGB is 154 - color contains mainly: blue. Hex color #6B589A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B589A is #94A765. Grayscale: #646464. Windows color (decimal): -9742182 or 10115179. OLE color: 10115179.

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

Color convert

RGB10788154-
CMYK0.310.4300.40
HSL257.27º27.27%47.45%-
HSV(B)257.27º42.86%60.39%-
XYZ15.3912.4432.16-
YUV101.2157.79132.13-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.66%
GREEN value IS 88 (34.77% from 255) = 25.21%
BLUE value IS 154 (60.55% from 255) = 44.13%
R=30.66%
G=25.21%
B=44.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal107881540.310.4300.40257.2727.2747.45
Hex6B589A1F2B0281011b2f
Octal15313023237530504013357
Binary110101110110001001101011111101011010100010000000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B589A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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