#685B8E

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

Shades of Butterfly Bush #685B8E

Tints of Butterfly Bush #685B8E

Color information

#685B8E (or 0x685B8E) is unknown color: approx Butterfly Bush. HEX triplet: 68, 5B and 8E. RGB value is (104,91,142). Sum of RGB (Red+Green+Blue) = 104+91+142=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 142 - color contains mainly: blue. Hex color #685B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685B8E is #97A471. Grayscale: #646464. Windows color (decimal): -9938034 or 9329512. OLE color: 9329512.

HSL color Cylindrical-coordinate representation of color #685B8E: hue angle of 255.29º 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 #685B8E is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10491142-
CMYK0.270.3600.44
HSL255.29º21.89%45.69%-
HSV(B)255.29º35.92%55.69%-
XYZ14.3312.3827.23-
YUV100.7151.31130.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.86%
GREEN value IS 91 (35.94% from 255) = 27.00%
BLUE value IS 142 (55.86% from 255) = 42.14%
R=30.86%
G=27.00%
B=42.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal104911420.270.3600.44255.2921.8945.69
Hex685B8E1B2402Cff162e
Octal15013321633440543772656
Binary11010001011011100011101101110010001011001111111110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,91,142); }

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

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

 a { background-color: rgb(104,91,142); }

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

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

 span { border-color: rgb(104,91,142); }

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