#685081

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

Shades of Butterfly Bush #685081

Tints of Butterfly Bush #685081

Color information

#685081 (or 0x685081) is unknown color: approx Butterfly Bush. HEX triplet: 68, 50 and 81. RGB value is (104,80,129). Sum of RGB (Red+Green+Blue) = 104+80+129=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 129 (50.78% from 255 or 41.21% from 313); Max value from RGB is 129 - color contains mainly: blue. Hex color #685081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685081 is #97AF7E. Grayscale: #5C5C5C. Windows color (decimal): -9940863 or 8474728. OLE color: 8474728.

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

Color convert

RGB10480129-
CMYK0.190.3800.49
HSL269.39º23.44%40.98%-
HSV(B)269.39º37.98%50.59%-
XYZ12.5410.2722.09-
YUV92.76148.45136.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.23%
GREEN value IS 80 (31.64% from 255) = 25.56%
BLUE value IS 129 (50.78% from 255) = 41.21%
R=33.23%
G=25.56%
B=41.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104801290.190.3800.49269.3923.4440.98
Hex685081132603110d1729
Octal15012020123460614152751
Binary110100010100001000000110011100110011000110000110110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685081; }

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

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

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

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

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

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

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

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