#685682

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

Shades of Butterfly Bush #685682

Tints of Butterfly Bush #685682

Color information

#685682 (or 0x685682) is unknown color: approx Butterfly Bush. HEX triplet: 68, 56 and 82. RGB value is (104,86,130). Sum of RGB (Red+Green+Blue) = 104+86+130=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 130 (51.17% from 255 or 40.62% from 320); Max value from RGB is 130 - color contains mainly: blue. Hex color #685682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685682 is #97A97D. Grayscale: #606060. Windows color (decimal): -9939326 or 8541800. OLE color: 8541800.

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

Color convert

RGB10486130-
CMYK0.20.3400.49
HSL264.55º20.37%42.35%-
HSV(B)264.55º33.85%50.98%-
XYZ13.0711.2122.59-
YUV96.4146.96133.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.5%
GREEN value IS 86 (33.98% from 255) = 26.88%
BLUE value IS 130 (51.17% from 255) = 40.62%
R=32.5%
G=26.88%
B=40.62%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104861300.20.3400.49264.5520.3742.35
Hex6856821422031109142a
Octal15012620224420614112452
Binary110100010101101000001010100100010011000110000100110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685682; }

 p { color: rgb(104,86,130); }

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

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

 a { background-color: rgb(104,86,130); }

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

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

 span { border-color: rgb(104,86,130); }

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