#685289

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

Shades of Butterfly Bush #685289

Tints of Butterfly Bush #685289

Color information

#685289 (or 0x685289) is unknown color: approx Butterfly Bush. HEX triplet: 68, 52 and 89. RGB value is (104,82,137). Sum of RGB (Red+Green+Blue) = 104+82+137=323 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.20% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 137 - color contains mainly: blue. Hex color #685289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685289 is #97AD76. Grayscale: #5E5E5E. Windows color (decimal): -9940343 or 8999528. OLE color: 8999528.

HSL color Cylindrical-coordinate representation of color #685289: hue angle of 264º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #685289 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10482137-
CMYK0.240.4000.46
HSL264º25.11%42.94%-
HSV(B)264º40.15%53.73%-
XYZ13.2410.7825.05-
YUV94.85151.79134.53-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.20%
GREEN value IS 82 (32.42% from 255) = 25.39%
BLUE value IS 137 (53.91% from 255) = 42.41%
R=32.20%
G=25.39%
B=42.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal104821370.240.4000.4626425.1142.94
Hex685289182802E108192b
Octal15012221130500564103153
Binary110100010100101000100111000101000010111010000100011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685289; }

 p { color: rgb(104,82,137); }

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

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

 a { background-color: rgb(104,82,137); }

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

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

 span { border-color: rgb(104,82,137); }

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