#685394

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

Shades of Butterfly Bush #685394

Tints of Butterfly Bush #685394

Color information

#685394 (or 0x685394) is unknown color: approx Butterfly Bush. HEX triplet: 68, 53 and 94. RGB value is (104,83,148). Sum of RGB (Red+Green+Blue) = 104+83+148=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 148 - color contains mainly: blue. Hex color #685394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685394 is #97AC6B. Grayscale: #606060. Windows color (decimal): -9940076 or 9720680. OLE color: 9720680.

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

Color convert

RGB10483148-
CMYK0.300.4400.42
HSL259.38º28.14%45.29%-
HSV(B)259.38º43.92%58.04%-
XYZ14.1511.2729.45-
YUV96.69156.96133.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.04%
GREEN value IS 83 (32.81% from 255) = 24.78%
BLUE value IS 148 (58.20% from 255) = 44.18%
R=31.04%
G=24.78%
B=44.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104831480.300.4400.42259.3828.1445.29
Hex6853941E2C02A1031c2d
Octal15012322436540524033455
Binary110100010100111001010011110101100010101010000001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685394; }

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

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

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

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

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

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

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

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