#6D568B

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

Shades of Butterfly Bush #6D568B

Tints of Butterfly Bush #6D568B

Color information

#6D568B (or 0x6D568B) is unknown color: approx Butterfly Bush. HEX triplet: 6D, 56 and 8B. RGB value is (109,86,139). Sum of RGB (Red+Green+Blue) = 109+86+139=334 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.63% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 139 - color contains mainly: blue. Hex color #6D568B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D568B is #92A974. Grayscale: #626262. Windows color (decimal): -9611637 or 9131629. OLE color: 9131629.

HSL color Cylindrical-coordinate representation of color #6D568B: hue angle of 266.04º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6D568B is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10986139-
CMYK0.220.3800.45
HSL266.04º23.56%44.12%-
HSV(B)266.04º38.13%54.51%-
XYZ14.2911.7725.94-
YUV98.92150.62135.19-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.63%
GREEN value IS 86 (33.98% from 255) = 25.75%
BLUE value IS 139 (54.69% from 255) = 41.62%
R=32.63%
G=25.75%
B=41.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal109861390.220.3800.45266.0423.5644.12
Hex6D568B162602D10a182c
Octal15512621326460554123054
Binary110110110101101000101110110100110010110110000101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D568B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,86,139); }

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

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

 a { background-color: rgb(109,86,139); }

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

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

 span { border-color: rgb(109,86,139); }

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