#685499

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

Shades of Butterfly Bush #685499

Tints of Butterfly Bush #685499

Color information

#685499 (or 0x685499) is unknown color: approx Butterfly Bush. HEX triplet: 68, 54 and 99. RGB value is (104,84,153). Sum of RGB (Red+Green+Blue) = 104+84+153=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #685499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685499 is #97AB66. Grayscale: #616161. Windows color (decimal): -9939815 or 10048616. OLE color: 10048616.

HSL color Cylindrical-coordinate representation of color #685499: hue angle of 257.39º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #685499 is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB10484153-
CMYK0.320.4500.4
HSL257.39º29.11%46.47%-
HSV(B)257.39º45.1%60%-
XYZ14.6311.5831.6-
YUV97.85159.13132.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.50%
GREEN value IS 84 (33.20% from 255) = 24.63%
BLUE value IS 153 (60.16% from 255) = 44.87%
R=30.50%
G=24.63%
B=44.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal104841530.320.4500.4257.3929.1146.47
Hex685499202D0281011d2e
Octal15012423140550504013556
Binary1101000101010010011001100000101101010100010000000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685499; }

 p { color: rgb(104,84,153); }

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

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

 a { background-color: rgb(104,84,153); }

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

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

 span { border-color: rgb(104,84,153); }

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