#685385

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

Shades of Butterfly Bush #685385

Tints of Butterfly Bush #685385

Color information

#685385 (or 0x685385) is unknown color: approx Butterfly Bush. HEX triplet: 68, 53 and 85. RGB value is (104,83,133). Sum of RGB (Red+Green+Blue) = 104+83+133=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 133 - color contains mainly: blue. Hex color #685385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685385 is #97AC7A. Grayscale: #5E5E5E. Windows color (decimal): -9940091 or 8737640. OLE color: 8737640.

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

Color convert

RGB10483133-
CMYK0.220.3800.48
HSL265.2º23.15%42.35%-
HSV(B)265.2º37.59%52.16%-
XYZ13.0410.8223.59-
YUV94.98149.46134.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.5%
GREEN value IS 83 (32.81% from 255) = 25.94%
BLUE value IS 133 (52.34% from 255) = 41.56%
R=32.5%
G=25.94%
B=41.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104831330.220.3800.48265.223.1542.35
Hex6853851626030109172a
Octal15012320526460604112752
Binary110100010100111000010110110100110011000010000100110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685385; }

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

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

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

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

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

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

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

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