#685A93

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

Shades of Butterfly Bush #685A93

Tints of Butterfly Bush #685A93

Color information

#685A93 (or 0x685A93) is unknown color: approx Butterfly Bush. HEX triplet: 68, 5A and 93. RGB value is (104,90,147). Sum of RGB (Red+Green+Blue) = 104+90+147=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 147 - color contains mainly: blue. Hex color #685A93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685A93 is #97A56C. Grayscale: #646464. Windows color (decimal): -9938285 or 9656936. OLE color: 9656936.

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

Color convert

RGB10490147-
CMYK0.290.3900.42
HSL254.74º24.05%46.47%-
HSV(B)254.74º38.78%57.65%-
XYZ14.6312.3629.22-
YUV100.68154.14130.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.50%
GREEN value IS 90 (35.55% from 255) = 26.39%
BLUE value IS 147 (57.81% from 255) = 43.11%
R=30.50%
G=26.39%
B=43.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104901470.290.3900.42254.7424.0546.47
Hex685A931D2702Aff182e
Octal15013222335470523773056
Binary11010001011010100100111110110011101010101111111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,90,147); }

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

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

 a { background-color: rgb(104,90,147); }

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

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

 span { border-color: rgb(104,90,147); }

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