#685C90

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

Shades of Butterfly Bush #685C90

Tints of Butterfly Bush #685C90

Color information

#685C90 (or 0x685C90) is unknown color: approx Butterfly Bush. HEX triplet: 68, 5C and 90. RGB value is (104,92,144). Sum of RGB (Red+Green+Blue) = 104+92+144=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 144 - color contains mainly: blue. Hex color #685C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685C90 is #97A36F. Grayscale: #656565. Windows color (decimal): -9937776 or 9460840. OLE color: 9460840.

HSL color Cylindrical-coordinate representation of color #685C90: hue angle of 253.85º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #685C90 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10492144-
CMYK0.280.3600.44
HSL253.85º22.03%46.27%-
HSV(B)253.85º36.11%56.47%-
XYZ14.5712.6128.05-
YUV101.52151.98129.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.59%
GREEN value IS 92 (36.33% from 255) = 27.06%
BLUE value IS 144 (56.64% from 255) = 42.35%
R=30.59%
G=27.06%
B=42.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal104921440.280.3600.44253.8522.0346.27
Hex685C901C2402Cfe162e
Octal15013422034440543762656
Binary11010001011100100100001110010010001011001111111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,92,144); }

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

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

 a { background-color: rgb(104,92,144); }

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

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

 span { border-color: rgb(104,92,144); }

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