#685995

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

Shades of Butterfly Bush #685995

Tints of Butterfly Bush #685995

Color information

#685995 (or 0x685995) is unknown color: approx Butterfly Bush. HEX triplet: 68, 59 and 95. RGB value is (104,89,149). Sum of RGB (Red+Green+Blue) = 104+89+149=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 149 - color contains mainly: blue. Hex color #685995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685995 is #97A66A. Grayscale: #646464. Windows color (decimal): -9938539 or 9787752. OLE color: 9787752.

HSL color Cylindrical-coordinate representation of color #685995: hue angle of 255º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #685995 is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10489149-
CMYK0.300.4000.42
HSL255º25.21%46.67%-
HSV(B)255º40.27%58.43%-
XYZ14.7112.2630.02-
YUV100.32155.47130.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.41%
GREEN value IS 89 (35.16% from 255) = 26.02%
BLUE value IS 149 (58.59% from 255) = 43.57%
R=30.41%
G=26.02%
B=43.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104891490.300.4000.4225525.2146.67
Hex6859951E2802Aff192f
Octal15013122536500523773157
Binary11010001011001100101011111010100001010101111111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685995; }

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

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

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

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

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

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

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

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