#685684

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

Shades of Butterfly Bush #685684

Tints of Butterfly Bush #685684

Color information

#685684 (or 0x685684) is unknown color: approx Butterfly Bush. HEX triplet: 68, 56 and 84. RGB value is (104,86,132). Sum of RGB (Red+Green+Blue) = 104+86+132=322 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.30% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 132 - color contains mainly: blue. Hex color #685684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685684 is #97A97B. Grayscale: #606060. Windows color (decimal): -9939324 or 8672872. OLE color: 8672872.

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

Color convert

RGB10486132-
CMYK0.210.3500.48
HSL263.48º21.1%42.75%-
HSV(B)263.48º34.85%51.76%-
XYZ13.211.2623.31-
YUV96.63147.96133.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.30%
GREEN value IS 86 (33.98% from 255) = 26.71%
BLUE value IS 132 (51.95% from 255) = 40.99%
R=32.30%
G=26.71%
B=40.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104861320.210.3500.48263.4821.142.75
Hex6856841523030107152b
Octal15012620425430604072553
Binary110100010101101000010010101100011011000010000011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685684; }

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

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

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

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

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

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

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

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