#685484

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

Shades of Butterfly Bush #685484

Tints of Butterfly Bush #685484

Color information

#685484 (or 0x685484) is unknown color: approx Butterfly Bush. HEX triplet: 68, 54 and 84. RGB value is (104,84,132). Sum of RGB (Red+Green+Blue) = 104+84+132=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 132 - color contains mainly: blue. Hex color #685484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685484 is #97AB7B. Grayscale: #5F5F5F. Windows color (decimal): -9939836 or 8672360. OLE color: 8672360.

HSL color Cylindrical-coordinate representation of color #685484: hue angle of 265º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #685484 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10484132-
CMYK0.210.3600.48
HSL265º22.22%42.35%-
HSV(B)265º36.36%51.76%-
XYZ13.0410.9523.26-
YUV95.45148.63134.1-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.5%
GREEN value IS 84 (33.20% from 255) = 26.25%
BLUE value IS 132 (51.95% from 255) = 41.25%
R=32.5%
G=26.25%
B=41.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104841320.210.3600.4826522.2242.35
Hex6854841524030109162a
Octal15012420425440604112652
Binary110100010101001000010010101100100011000010000100110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685484; }

 p { color: rgb(104,84,132); }

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

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

 a { background-color: rgb(104,84,132); }

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

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

 span { border-color: rgb(104,84,132); }

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