#685391

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

Shades of Butterfly Bush #685391

Tints of Butterfly Bush #685391

Color information

#685391 (or 0x685391) is unknown color: approx Butterfly Bush. HEX triplet: 68, 53 and 91. RGB value is (104,83,145). Sum of RGB (Red+Green+Blue) = 104+83+145=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 145 - color contains mainly: blue. Hex color #685391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685391 is #97AC6E. Grayscale: #606060. Windows color (decimal): -9940079 or 9524072. OLE color: 9524072.

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

Color convert

RGB10483145-
CMYK0.280.4300.43
HSL260.32º27.19%44.71%-
HSV(B)260.32º42.76%56.86%-
XYZ13.9111.1728.21-
YUV96.35155.46133.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.33%
GREEN value IS 83 (32.81% from 255) = 25%
BLUE value IS 145 (57.03% from 255) = 43.67%
R=31.33%
G=25%
B=43.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal104831450.280.4300.43260.3227.1944.71
Hex6853911C2B02B1041b2d
Octal15012322134530534043355
Binary110100010100111001000111100101011010101110000010011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685391; }

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

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

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

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

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

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

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

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