#685199

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

Shades of Butterfly Bush #685199

Tints of Butterfly Bush #685199

Color information

#685199 (or 0x685199) is unknown color: approx Butterfly Bush. HEX triplet: 68, 51 and 99. RGB value is (104,81,153). Sum of RGB (Red+Green+Blue) = 104+81+153=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #685199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685199 is #97AE66. Grayscale: #5F5F5F. Windows color (decimal): -9940583 or 10047848. OLE color: 10047848.

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

Color convert

RGB10481153-
CMYK0.320.4700.4
HSL259.17º30.77%45.88%-
HSV(B)259.17º47.06%60%-
XYZ14.411.1331.53-
YUV96.08160.12133.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.77%
GREEN value IS 81 (32.03% from 255) = 23.96%
BLUE value IS 153 (60.16% from 255) = 45.27%
R=30.77%
G=23.96%
B=45.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal104811530.320.4700.4259.1730.7745.88
Hex685199202F0281031f2e
Octal15012123140570504033756
Binary1101000101000110011001100000101111010100010000001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685199; }

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

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

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

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

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

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

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

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