#6D5D92

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

Shades of Butterfly Bush #6D5D92

Tints of Butterfly Bush #6D5D92

Color information

#6D5D92 (or 0x6D5D92) is unknown color: approx Butterfly Bush. HEX triplet: 6D, 5D and 92. RGB value is (109,93,146). Sum of RGB (Red+Green+Blue) = 109+93+146=348 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.32% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 146 - color contains mainly: blue. Hex color #6D5D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5D92 is #92A26D. Grayscale: #676767. Windows color (decimal): -9609838 or 9592173. OLE color: 9592173.

HSL color Cylindrical-coordinate representation of color #6D5D92: hue angle of 258.11º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6D5D92 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10993146-
CMYK0.250.3600.43
HSL258.11º22.18%46.86%-
HSV(B)258.11º36.3%57.25%-
XYZ15.4113.1628.92-
YUV103.83151.8131.69-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.32%
GREEN value IS 93 (36.72% from 255) = 26.72%
BLUE value IS 146 (57.42% from 255) = 41.95%
R=31.32%
G=26.72%
B=41.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal109931460.250.3600.43258.1122.1846.86
Hex6D5D92192402B102162f
Octal15513522231440534022657
Binary110110110111011001001011001100100010101110000001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,93,146); }

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

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

 a { background-color: rgb(109,93,146); }

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

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

 span { border-color: rgb(109,93,146); }

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