#685594

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

Shades of Butterfly Bush #685594

Tints of Butterfly Bush #685594

Color information

#685594 (or 0x685594) is unknown color: approx Butterfly Bush. HEX triplet: 68, 55 and 94. RGB value is (104,85,148). Sum of RGB (Red+Green+Blue) = 104+85+148=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 148 - color contains mainly: blue. Hex color #685594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685594 is #97AA6B. Grayscale: #616161. Windows color (decimal): -9939564 or 9721192. OLE color: 9721192.

HSL color Cylindrical-coordinate representation of color #685594: hue angle of 258.1º 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 #685594 is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10485148-
CMYK0.300.4300.42
HSL258.1º27.04%45.69%-
HSV(B)258.1º42.57%58.04%-
XYZ14.311.5829.5-
YUV97.86156.29132.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.86%
GREEN value IS 85 (33.59% from 255) = 25.22%
BLUE value IS 148 (58.20% from 255) = 43.92%
R=30.86%
G=25.22%
B=43.92%

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
Decimal104851480.300.4300.42258.127.0445.69
Hex6855941E2B02A1021b2e
Octal15012522436530524023356
Binary110100010101011001010011110101011010101010000001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685594; }

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

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

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

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

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

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

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

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