#685991

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

Shades of Butterfly Bush #685991

Tints of Butterfly Bush #685991

Color information

#685991 (or 0x685991) is unknown color: approx Butterfly Bush. HEX triplet: 68, 59 and 91. RGB value is (104,89,145). Sum of RGB (Red+Green+Blue) = 104+89+145=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 145 (57.03% from 255 or 42.90% from 338); Max value from RGB is 145 - color contains mainly: blue. Hex color #685991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685991 is #97A66E. Grayscale: #636363. Windows color (decimal): -9938543 or 9525608. OLE color: 9525608.

HSL color Cylindrical-coordinate representation of color #685991: hue angle of 256.07º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #685991 is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10489145-
CMYK0.280.3900.43
HSL256.07º23.93%45.88%-
HSV(B)256.07º38.62%56.86%-
XYZ14.3912.1328.37-
YUV99.87153.47130.95-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.77%
GREEN value IS 89 (35.16% from 255) = 26.33%
BLUE value IS 145 (57.03% from 255) = 42.90%
R=30.77%
G=26.33%
B=42.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal104891450.280.3900.43256.0723.9345.88
Hex6859911C2702B100182e
Octal15013122134470534003056
Binary110100010110011001000111100100111010101110000000011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685991; }

 p { color: rgb(104,89,145); }

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

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

 a { background-color: rgb(104,89,145); }

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

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

 span { border-color: rgb(104,89,145); }

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