#685099

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

Shades of Butterfly Bush #685099

Tints of Butterfly Bush #685099

Color information

#685099 (or 0x685099) is unknown color: approx Butterfly Bush. HEX triplet: 68, 50 and 99. RGB value is (104,80,153). Sum of RGB (Red+Green+Blue) = 104+80+153=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #685099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685099 is #97AF66. Grayscale: #5F5F5F. Windows color (decimal): -9940839 or 10047592. OLE color: 10047592.

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

Color convert

RGB10480153-
CMYK0.320.4800.4
HSL259.73º31.33%45.69%-
HSV(B)259.73º47.71%60%-
XYZ14.3310.9831.5-
YUV95.5160.45134.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.86%
GREEN value IS 80 (31.64% from 255) = 23.74%
BLUE value IS 153 (60.16% from 255) = 45.40%
R=30.86%
G=23.74%
B=45.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal104801530.320.4800.4259.7331.3345.69
Hex68509920300281041f2e
Octal15012023140600504043756
Binary1101000101000010011001100000110000010100010000010011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685099; }

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

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

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

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

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

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

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

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