#685785

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

Shades of Butterfly Bush #685785

Tints of Butterfly Bush #685785

Color information

#685785 (or 0x685785) is unknown color: approx Butterfly Bush. HEX triplet: 68, 57 and 85. RGB value is (104,87,133). Sum of RGB (Red+Green+Blue) = 104+87+133=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 133 - color contains mainly: blue. Hex color #685785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685785 is #97A87A. Grayscale: #616161. Windows color (decimal): -9939067 or 8738664. OLE color: 8738664.

HSL color Cylindrical-coordinate representation of color #685785: hue angle of 262.17º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #685785 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10487133-
CMYK0.220.3500.48
HSL262.17º20.91%43.14%-
HSV(B)262.17º34.59%52.16%-
XYZ13.3511.4523.7-
YUV97.33148.13132.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.10%
GREEN value IS 87 (34.38% from 255) = 26.85%
BLUE value IS 133 (52.34% from 255) = 41.05%
R=32.10%
G=26.85%
B=41.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104871330.220.3500.48262.1720.9143.14
Hex6857851623030106152b
Octal15012720526430604062553
Binary110100010101111000010110110100011011000010000011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685785; }

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

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

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

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

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

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

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

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