#685597

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

Shades of Butterfly Bush #685597

Tints of Butterfly Bush #685597

Color information

#685597 (or 0x685597) is unknown color: approx Butterfly Bush. HEX triplet: 68, 55 and 97. RGB value is (104,85,151). Sum of RGB (Red+Green+Blue) = 104+85+151=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 151 (59.38% from 255 or 44.41% from 340); Max value from RGB is 151 - color contains mainly: blue. Hex color #685597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685597 is #97AA68. Grayscale: #616161. Windows color (decimal): -9939561 or 9917800. OLE color: 9917800.

HSL color Cylindrical-coordinate representation of color #685597: hue angle of 257.27º degrees, saturation: 0.28, 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 #685597 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10485151-
CMYK0.310.4400.41
HSL257.27º27.97%46.27%-
HSV(B)257.27º43.71%59.22%-
XYZ14.5411.6730.77-
YUV98.2157.79132.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.59%
GREEN value IS 85 (33.59% from 255) = 25%
BLUE value IS 151 (59.38% from 255) = 44.41%
R=30.59%
G=25%
B=44.41%

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
Decimal104851510.310.4400.41257.2727.9746.27
Hex6855971F2C0291011c2e
Octal15012522737540514013456
Binary110100010101011001011111111101100010100110000000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685597; }

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

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

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

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

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

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

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

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