#685280

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

Shades of Butterfly Bush #685280

Tints of Butterfly Bush #685280

Color information

#685280 (or 0x685280) is unknown color: approx Butterfly Bush. HEX triplet: 68, 52 and 80. RGB value is (104,82,128). Sum of RGB (Red+Green+Blue) = 104+82+128=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 128 - color contains mainly: blue. Hex color #685280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685280 is #97AD7F. Grayscale: #5D5D5D. Windows color (decimal): -9940352 or 8409704. OLE color: 8409704.

HSL color Cylindrical-coordinate representation of color #685280: hue angle of 268.7º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #685280 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10482128-
CMYK0.190.3600.50
HSL268.7º21.9%41.18%-
HSV(B)268.7º35.94%50.2%-
XYZ12.6210.5421.79-
YUV93.82147.29135.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.12%
GREEN value IS 82 (32.42% from 255) = 26.11%
BLUE value IS 128 (50.39% from 255) = 40.76%
R=33.12%
G=26.11%
B=40.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal104821280.190.3600.50268.721.941.18
Hex685280132403210d1629
Octal15012220023440624152651
Binary110100010100101000000010011100100011001010000110110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685280; }

 p { color: rgb(104,82,128); }

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

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

 a { background-color: rgb(104,82,128); }

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

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

 span { border-color: rgb(104,82,128); }

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