#685590

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

Shades of Butterfly Bush #685590

Tints of Butterfly Bush #685590

Color information

#685590 (or 0x685590) is unknown color: approx Butterfly Bush. HEX triplet: 68, 55 and 90. RGB value is (104,85,144). Sum of RGB (Red+Green+Blue) = 104+85+144=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 144 - color contains mainly: blue. Hex color #685590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685590 is #97AA6F. Grayscale: #616161. Windows color (decimal): -9939568 or 9459048. OLE color: 9459048.

HSL color Cylindrical-coordinate representation of color #685590: hue angle of 259.32º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #685590 is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10485144-
CMYK0.280.4100.44
HSL259.32º25.76%44.9%-
HSV(B)259.32º40.97%56.47%-
XYZ13.9911.4527.86-
YUV97.41154.29132.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.23%
GREEN value IS 85 (33.59% from 255) = 25.53%
BLUE value IS 144 (56.64% from 255) = 43.24%
R=31.23%
G=25.53%
B=43.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal104851440.280.4100.44259.3225.7644.9
Hex6855901C2902C1031a2d
Octal15012522034510544033255
Binary110100010101011001000011100101001010110010000001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685590; }

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

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

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

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

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

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

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

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