#6D568C

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

Shades of Butterfly Bush #6D568C

Tints of Butterfly Bush #6D568C

Color information

#6D568C (or 0x6D568C) is unknown color: approx Butterfly Bush. HEX triplet: 6D, 56 and 8C. RGB value is (109,86,140). Sum of RGB (Red+Green+Blue) = 109+86+140=335 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.54% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 140 - color contains mainly: blue. Hex color #6D568C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D568C is #92A973. Grayscale: #626262. Windows color (decimal): -9611636 or 9197165. OLE color: 9197165.

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

Color convert

RGB10986140-
CMYK0.220.3900.45
HSL265.56º23.89%44.31%-
HSV(B)265.56º38.57%54.9%-
XYZ14.3711.826.33-
YUV99.03151.12135.11-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.54%
GREEN value IS 86 (33.98% from 255) = 25.67%
BLUE value IS 140 (55.08% from 255) = 41.79%
R=32.54%
G=25.67%
B=41.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal109861400.220.3900.45265.5623.8944.31
Hex6D568C162702D10a182c
Octal15512621426470554123054
Binary110110110101101000110010110100111010110110000101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D568C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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