#685992

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

Shades of Butterfly Bush #685992

Tints of Butterfly Bush #685992

Color information

#685992 (or 0x685992) is unknown color: approx Butterfly Bush. HEX triplet: 68, 59 and 92. RGB value is (104,89,146). Sum of RGB (Red+Green+Blue) = 104+89+146=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 146 - color contains mainly: blue. Hex color #685992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685992 is #97A66D. Grayscale: #636363. Windows color (decimal): -9938542 or 9591144. OLE color: 9591144.

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

Color convert

RGB10489146-
CMYK0.290.3900.43
HSL255.79º24.26%46.08%-
HSV(B)255.79º39.04%57.25%-
XYZ14.4712.1628.78-
YUV99.98153.97130.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.68%
GREEN value IS 89 (35.16% from 255) = 26.25%
BLUE value IS 146 (57.42% from 255) = 43.07%
R=30.68%
G=26.25%
B=43.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal104891460.290.3900.43255.7924.2646.08
Hex6859921D2702B100182e
Octal15013122235470534003056
Binary110100010110011001001011101100111010101110000000011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685992; }

 p { color: rgb(104,89,146); }

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

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

 a { background-color: rgb(104,89,146); }

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

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

 span { border-color: rgb(104,89,146); }

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