#6C569B

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

Shades of Butterfly Bush #6C569B

Tints of Butterfly Bush #6C569B

Color information

#6C569B (or 0x6C569B) is unknown color: approx Butterfly Bush. HEX triplet: 6C, 56 and 9B. RGB value is (108,86,155). Sum of RGB (Red+Green+Blue) = 108+86+155=349 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.95% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C569B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C569B is #93A964. Grayscale: #646464. Windows color (decimal): -9677157 or 10180204. OLE color: 10180204.

HSL color Cylindrical-coordinate representation of color #6C569B: hue angle of 259.13º 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 #6C569B is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10886155-
CMYK0.300.4500.39
HSL259.13º28.63%47.25%-
HSV(B)259.13º44.52%60.78%-
XYZ15.4312.2132.55-
YUV100.44158.79133.39-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.95%
GREEN value IS 86 (33.98% from 255) = 24.64%
BLUE value IS 155 (60.94% from 255) = 44.41%
R=30.95%
G=24.64%
B=44.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal108861550.300.4500.39259.1328.6347.25
Hex6C569B1E2D0271031d2f
Octal15412623336550474033557
Binary110110010101101001101111110101101010011110000001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C569B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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