#685893

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

Shades of Butterfly Bush #685893

Tints of Butterfly Bush #685893

Color information

#685893 (or 0x685893) is unknown color: approx Butterfly Bush. HEX triplet: 68, 58 and 93. RGB value is (104,88,147). Sum of RGB (Red+Green+Blue) = 104+88+147=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 147 - color contains mainly: blue. Hex color #685893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685893 is #97A76C. Grayscale: #636363. Windows color (decimal): -9938797 or 9656424. OLE color: 9656424.

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

Color convert

RGB10488147-
CMYK0.290.4000.42
HSL256.27º25.11%46.08%-
HSV(B)256.27º40.14%57.65%-
XYZ14.4712.0329.16-
YUV99.51154.8131.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.68%
GREEN value IS 88 (34.77% from 255) = 25.96%
BLUE value IS 147 (57.81% from 255) = 43.36%
R=30.68%
G=25.96%
B=43.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104881470.290.4000.42256.2725.1146.08
Hex6858931D2802A100192e
Octal15013022335500524003156
Binary110100010110001001001111101101000010101010000000011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685893; }

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

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

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

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

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

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

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

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