#685580

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

Shades of Butterfly Bush #685580

Tints of Butterfly Bush #685580

Color information

#685580 (or 0x685580) is unknown color: approx Butterfly Bush. HEX triplet: 68, 55 and 80. RGB value is (104,85,128). Sum of RGB (Red+Green+Blue) = 104+85+128=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 128 - color contains mainly: blue. Hex color #685580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685580 is #97AA7F. Grayscale: #5F5F5F. Windows color (decimal): -9939584 or 8410472. OLE color: 8410472.

HSL color Cylindrical-coordinate representation of color #685580: hue angle of 266.51º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #685580 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10485128-
CMYK0.190.3400.50
HSL266.51º20.19%41.76%-
HSV(B)266.51º33.59%50.2%-
XYZ12.851121.87-
YUV95.58146.29134-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.81%
GREEN value IS 85 (33.59% from 255) = 26.81%
BLUE value IS 128 (50.39% from 255) = 40.38%
R=32.81%
G=26.81%
B=40.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal104851280.190.3400.50266.5120.1941.76
Hex685580132203210b142a
Octal15012520023420624132452
Binary110100010101011000000010011100010011001010000101110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685580; }

 p { color: rgb(104,85,128); }

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

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

 a { background-color: rgb(104,85,128); }

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

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

 span { border-color: rgb(104,85,128); }

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