#685696

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

Shades of Butterfly Bush #685696

Tints of Butterfly Bush #685696

Color information

#685696 (or 0x685696) is unknown color: approx Butterfly Bush. HEX triplet: 68, 56 and 96. RGB value is (104,86,150). Sum of RGB (Red+Green+Blue) = 104+86+150=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 150 (58.98% from 255 or 44.12% from 340); Max value from RGB is 150 - color contains mainly: blue. Hex color #685696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685696 is #97A969. Grayscale: #626262. Windows color (decimal): -9939306 or 9852520. OLE color: 9852520.

HSL color Cylindrical-coordinate representation of color #685696: hue angle of 256.88º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #685696 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10486150-
CMYK0.310.4300.41
HSL256.88º27.12%46.27%-
HSV(B)256.88º42.67%58.82%-
XYZ14.5411.830.37-
YUV98.68156.96131.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.59%
GREEN value IS 86 (33.98% from 255) = 25.29%
BLUE value IS 150 (58.98% from 255) = 44.12%
R=30.59%
G=25.29%
B=44.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal104861500.310.4300.41256.8827.1246.27
Hex6856961F2B0291011b2e
Octal15012622637530514013356
Binary110100010101101001011011111101011010100110000000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685696; }

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

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

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

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

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

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

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

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