#6A569A

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

Shades of Butterfly Bush #6A569A

Tints of Butterfly Bush #6A569A

Color information

#6A569A (or 0x6A569A) is unknown color: approx Butterfly Bush. HEX triplet: 6A, 56 and 9A. RGB value is (106,86,154). Sum of RGB (Red+Green+Blue) = 106+86+154=346 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.64% from 346); Green value is 86 (33.98% from 255 or 24.86% 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 #6A569A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A569A is #95A965. Grayscale: #636363. Windows color (decimal): -9808230 or 10114666. OLE color: 10114666.

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

Color convert

RGB10686154-
CMYK0.310.4400.40
HSL257.65º28.33%47.06%-
HSV(B)257.65º44.16%60.39%-
XYZ15.112.0532.1-
YUV99.73158.63132.47-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.64%
GREEN value IS 86 (33.98% from 255) = 24.86%
BLUE value IS 154 (60.55% from 255) = 44.51%
R=30.64%
G=24.86%
B=44.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal106861540.310.4400.40257.6528.3347.06
Hex6A569A1F2C0281021c2f
Octal15212623237540504023457
Binary110101010101101001101011111101100010100010000001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A569A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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