#685497

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

Shades of Butterfly Bush #685497

Tints of Butterfly Bush #685497

Color information

#685497 (or 0x685497) is unknown color: approx Butterfly Bush. HEX triplet: 68, 54 and 97. RGB value is (104,84,151). Sum of RGB (Red+Green+Blue) = 104+84+151=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 151 (59.38% from 255 or 44.54% from 339); Max value from RGB is 151 - color contains mainly: blue. Hex color #685497 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685497 is #97AB68. Grayscale: #616161. Windows color (decimal): -9939817 or 9917544. OLE color: 9917544.

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

Color convert

RGB10484151-
CMYK0.310.4400.41
HSL257.91º28.51%46.08%-
HSV(B)257.91º44.37%59.22%-
XYZ14.4711.5230.74-
YUV97.62158.13132.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.68%
GREEN value IS 84 (33.20% from 255) = 24.78%
BLUE value IS 151 (59.38% from 255) = 44.54%
R=30.68%
G=24.78%
B=44.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal104841510.310.4400.41257.9128.5146.08
Hex6854971F2C0291021d2e
Octal15012422737540514023556
Binary110100010101001001011111111101100010100110000001011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685497; }

 p { color: rgb(104,84,151); }

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

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

 a { background-color: rgb(104,84,151); }

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

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

 span { border-color: rgb(104,84,151); }

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