#685595

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

Shades of Butterfly Bush #685595

Tints of Butterfly Bush #685595

Color information

#685595 (or 0x685595) is unknown color: approx Butterfly Bush. HEX triplet: 68, 55 and 95. RGB value is (104,85,149). Sum of RGB (Red+Green+Blue) = 104+85+149=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 149 - color contains mainly: blue. Hex color #685595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685595 is #97AA6A. Grayscale: #616161. Windows color (decimal): -9939563 or 9786728. OLE color: 9786728.

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

Color convert

RGB10485149-
CMYK0.300.4300.42
HSL257.81º27.35%45.88%-
HSV(B)257.81º42.95%58.43%-
XYZ14.3811.6129.92-
YUV97.98156.79132.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.77%
GREEN value IS 85 (33.59% from 255) = 25.15%
BLUE value IS 149 (58.59% from 255) = 44.08%
R=30.77%
G=25.15%
B=44.08%

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
Decimal104851490.300.4300.42257.8127.3545.88
Hex6855951E2B02A1021b2e
Octal15012522536530524023356
Binary110100010101011001010111110101011010101010000001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685595; }

 p { color: rgb(104,85,149); }

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

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

 a { background-color: rgb(104,85,149); }

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

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

 span { border-color: rgb(104,85,149); }

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