#6A569B

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

Shades of Butterfly Bush #6A569B

Tints of Butterfly Bush #6A569B

Color information

#6A569B (or 0x6A569B) is unknown color: approx Butterfly Bush. HEX triplet: 6A, 56 and 9B. RGB value is (106,86,155). Sum of RGB (Red+Green+Blue) = 106+86+155=347 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.55% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #6A569B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A569B is #95A964. Grayscale: #636363. Windows color (decimal): -9808229 or 10180202. OLE color: 10180202.

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

Color convert

RGB10686155-
CMYK0.320.4500.39
HSL257.39º28.63%47.25%-
HSV(B)257.39º44.52%60.78%-
XYZ15.1912.0932.54-
YUV99.85159.13132.39-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.55%
GREEN value IS 86 (33.98% from 255) = 24.78%
BLUE value IS 155 (60.94% from 255) = 44.67%
R=30.55%
G=24.78%
B=44.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal106861550.320.4500.39257.3928.6347.25
Hex6A569B202D0271011d2f
Octal15212623340550474013557
Binary1101010101011010011011100000101101010011110000000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A569B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,86,155); }

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

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

 a { background-color: rgb(106,86,155); }

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

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

 span { border-color: rgb(106,86,155); }

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