#685B94

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

Shades of Butterfly Bush #685B94

Tints of Butterfly Bush #685B94

Color information

#685B94 (or 0x685B94) is unknown color: approx Butterfly Bush. HEX triplet: 68, 5B and 94. RGB value is (104,91,148). Sum of RGB (Red+Green+Blue) = 104+91+148=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 91 (35.94% from 255 or 26.53% from 343); Blue value is 148 (58.20% from 255 or 43.15% from 343); Max value from RGB is 148 - color contains mainly: blue. Hex color #685B94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685B94 is #97A46B. Grayscale: #656565. Windows color (decimal): -9938028 or 9722728. OLE color: 9722728.

HSL color Cylindrical-coordinate representation of color #685B94: hue angle of 253.68º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #685B94 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10491148-
CMYK0.300.3900.42
HSL253.68º23.85%46.86%-
HSV(B)253.68º38.51%58.04%-
XYZ14.812.5629.66-
YUV101.38154.31129.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.32%
GREEN value IS 91 (35.94% from 255) = 26.53%
BLUE value IS 148 (58.20% from 255) = 43.15%
R=30.32%
G=26.53%
B=43.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104911480.300.3900.42253.6823.8546.86
Hex685B941E2702Afe182f
Octal15013322436470523763057
Binary11010001011011100101001111010011101010101111111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685B94; }

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

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

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

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

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

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

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

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