#685782

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

Shades of Butterfly Bush #685782

Tints of Butterfly Bush #685782

Color information

#685782 (or 0x685782) is unknown color: approx Butterfly Bush. HEX triplet: 68, 57 and 82. RGB value is (104,87,130). Sum of RGB (Red+Green+Blue) = 104+87+130=321 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.40% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 130 - color contains mainly: blue. Hex color #685782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685782 is #97A87D. Grayscale: #606060. Windows color (decimal): -9939070 or 8542056. OLE color: 8542056.

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

Color convert

RGB10487130-
CMYK0.20.3300.49
HSL263.72º19.82%42.55%-
HSV(B)263.72º33.08%50.98%-
XYZ13.1511.3722.62-
YUV96.98146.63133-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.40%
GREEN value IS 87 (34.38% from 255) = 27.10%
BLUE value IS 130 (51.17% from 255) = 40.50%
R=32.40%
G=27.10%
B=40.50%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104871300.20.3300.49263.7219.8242.55
Hex6857821421031108142b
Octal15012720224410614102453
Binary110100010101111000001010100100001011000110000100010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685782; }

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

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

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

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

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

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

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

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