#685494

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

Shades of Butterfly Bush #685494

Tints of Butterfly Bush #685494

Color information

#685494 (or 0x685494) is unknown color: approx Butterfly Bush. HEX triplet: 68, 54 and 94. RGB value is (104,84,148). Sum of RGB (Red+Green+Blue) = 104+84+148=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 148 (58.20% from 255 or 44.05% from 336); Max value from RGB is 148 - color contains mainly: blue. Hex color #685494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685494 is #97AB6B. Grayscale: #616161. Windows color (decimal): -9939820 or 9720936. OLE color: 9720936.

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

Color convert

RGB10484148-
CMYK0.300.4300.42
HSL258.75º27.59%45.49%-
HSV(B)258.75º43.24%58.04%-
XYZ14.2211.4229.47-
YUV97.28156.63132.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.95%
GREEN value IS 84 (33.20% from 255) = 25%
BLUE value IS 148 (58.20% from 255) = 44.05%
R=30.95%
G=25%
B=44.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104841480.300.4300.42258.7527.5945.49
Hex6854941E2B02A1031c2d
Octal15012422436530524033455
Binary110100010101001001010011110101011010101010000001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685494; }

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

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

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

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

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

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

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

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