#685083

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

Shades of Butterfly Bush #685083

Tints of Butterfly Bush #685083

Color information

#685083 (or 0x685083) is unknown color: approx Butterfly Bush. HEX triplet: 68, 50 and 83. RGB value is (104,80,131). Sum of RGB (Red+Green+Blue) = 104+80+131=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 131 (51.56% from 255 or 41.59% from 315); Max value from RGB is 131 - color contains mainly: blue. Hex color #685083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685083 is #97AF7C. Grayscale: #5C5C5C. Windows color (decimal): -9940861 or 8605800. OLE color: 8605800.

HSL color Cylindrical-coordinate representation of color #685083: hue angle of 268.24º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #685083 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10480131-
CMYK0.210.3900.49
HSL268.24º24.17%41.37%-
HSV(B)268.24º38.93%51.37%-
XYZ12.6710.3222.8-
YUV92.99149.45135.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.02%
GREEN value IS 80 (31.64% from 255) = 25.40%
BLUE value IS 131 (51.56% from 255) = 41.59%
R=33.02%
G=25.40%
B=41.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104801310.210.3900.49268.2424.1741.37
Hex685083152703110c1829
Octal15012020325470614143051
Binary110100010100001000001110101100111011000110000110011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685083; }

 p { color: rgb(104,80,131); }

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

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

 a { background-color: rgb(104,80,131); }

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

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

 span { border-color: rgb(104,80,131); }

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