#685485

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

Shades of Butterfly Bush #685485

Tints of Butterfly Bush #685485

Color information

#685485 (or 0x685485) is unknown color: approx Butterfly Bush. HEX triplet: 68, 54 and 85. RGB value is (104,84,133). Sum of RGB (Red+Green+Blue) = 104+84+133=321 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.40% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 133 - color contains mainly: blue. Hex color #685485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685485 is #97AB7A. Grayscale: #5F5F5F. Windows color (decimal): -9939835 or 8737896. OLE color: 8737896.

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

Color convert

RGB10484133-
CMYK0.220.3700.48
HSL264.49º22.58%42.55%-
HSV(B)264.49º36.84%52.16%-
XYZ13.1110.9823.62-
YUV95.57149.13134.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.40%
GREEN value IS 84 (33.20% from 255) = 26.17%
BLUE value IS 133 (52.34% from 255) = 41.43%
R=32.40%
G=26.17%
B=41.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104841330.220.3700.48264.4922.5842.55
Hex6854851625030108172b
Octal15012420526450604102753
Binary110100010101001000010110110100101011000010000100010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685485; }

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

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

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

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

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

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

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

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