#6B569A

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

Shades of Butterfly Bush #6B569A

Tints of Butterfly Bush #6B569A

Color information

#6B569A (or 0x6B569A) is unknown color: approx Butterfly Bush. HEX triplet: 6B, 56 and 9A. RGB value is (107,86,154). Sum of RGB (Red+Green+Blue) = 107+86+154=347 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.84% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 154 (60.55% from 255 or 44.38% from 347); Max value from RGB is 154 - color contains mainly: blue. Hex color #6B569A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B569A is #94A965. Grayscale: #636363. Windows color (decimal): -9742694 or 10114667. OLE color: 10114667.

HSL color Cylindrical-coordinate representation of color #6B569A: hue angle of 258.53º 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 #6B569A is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10786154-
CMYK0.310.4400.40
HSL258.53º28.33%47.06%-
HSV(B)258.53º44.16%60.39%-
XYZ15.2212.1132.11-
YUV100.03158.46132.97-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.84%
GREEN value IS 86 (33.98% from 255) = 24.78%
BLUE value IS 154 (60.55% from 255) = 44.38%
R=30.84%
G=24.78%
B=44.38%

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
Decimal107861540.310.4400.40258.5328.3347.06
Hex6B569A1F2C0281031c2f
Octal15312623237540504033457
Binary110101110101101001101011111101100010100010000001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B569A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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