#685581

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

Shades of Butterfly Bush #685581

Tints of Butterfly Bush #685581

Color information

#685581 (or 0x685581) is unknown color: approx Butterfly Bush. HEX triplet: 68, 55 and 81. RGB value is (104,85,129). Sum of RGB (Red+Green+Blue) = 104+85+129=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 129 (50.78% from 255 or 40.57% from 318); Max value from RGB is 129 - color contains mainly: blue. Hex color #685581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685581 is #97AA7E. Grayscale: #5F5F5F. Windows color (decimal): -9939583 or 8476008. OLE color: 8476008.

HSL color Cylindrical-coordinate representation of color #685581: hue angle of 265.91º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #685581 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10485129-
CMYK0.190.3400.49
HSL265.91º20.56%41.96%-
HSV(B)265.91º34.11%50.59%-
XYZ12.9211.0322.22-
YUV95.7146.79133.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.70%
GREEN value IS 85 (33.59% from 255) = 26.73%
BLUE value IS 129 (50.78% from 255) = 40.57%
R=32.70%
G=26.73%
B=40.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104851290.190.3400.49265.9120.5641.96
Hex685581132203110a152a
Octal15012520123420614122552
Binary110100010101011000000110011100010011000110000101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685581; }

 p { color: rgb(104,85,129); }

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

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

 a { background-color: rgb(104,85,129); }

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

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

 span { border-color: rgb(104,85,129); }

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