#685384

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

Shades of Butterfly Bush #685384

Tints of Butterfly Bush #685384

Color information

#685384 (or 0x685384) is unknown color: approx Butterfly Bush. HEX triplet: 68, 53 and 84. RGB value is (104,83,132). Sum of RGB (Red+Green+Blue) = 104+83+132=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 132 - color contains mainly: blue. Hex color #685384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685384 is #97AC7B. Grayscale: #5E5E5E. Windows color (decimal): -9940092 or 8672104. OLE color: 8672104.

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

Color convert

RGB10483132-
CMYK0.210.3700.48
HSL265.71º22.79%42.16%-
HSV(B)265.71º37.12%51.76%-
XYZ12.9710.823.23-
YUV94.86148.96134.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.60%
GREEN value IS 83 (32.81% from 255) = 26.02%
BLUE value IS 132 (51.95% from 255) = 41.38%
R=32.60%
G=26.02%
B=41.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104831320.210.3700.48265.7122.7942.16
Hex685384152503010a172a
Octal15012320425450604122752
Binary110100010100111000010010101100101011000010000101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685384; }

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

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

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

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

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

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

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

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