#685388

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

Shades of Butterfly Bush #685388

Tints of Butterfly Bush #685388

Color information

#685388 (or 0x685388) is unknown color: approx Butterfly Bush. HEX triplet: 68, 53 and 88. RGB value is (104,83,136). Sum of RGB (Red+Green+Blue) = 104+83+136=323 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.20% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 136 - color contains mainly: blue. Hex color #685388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685388 is #97AC77. Grayscale: #5F5F5F. Windows color (decimal): -9940088 or 8934248. OLE color: 8934248.

HSL color Cylindrical-coordinate representation of color #685388: hue angle of 263.77º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #685388 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10483136-
CMYK0.240.3900.47
HSL263.77º24.2%42.94%-
HSV(B)263.77º38.97%53.33%-
XYZ13.2510.9124.7-
YUV95.32150.96134.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.20%
GREEN value IS 83 (32.81% from 255) = 25.70%
BLUE value IS 136 (53.52% from 255) = 42.11%
R=32.20%
G=25.70%
B=42.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104831360.240.3900.47263.7724.242.94
Hex685388182702F108182b
Octal15012321030470574103053
Binary110100010100111000100011000100111010111110000100011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685388; }

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

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

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

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

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

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

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

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