#68537E

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

Shades of Butterfly Bush #68537E

Tints of Butterfly Bush #68537E

Color information

#68537E (or 0x68537E) is unknown color: approx Butterfly Bush. HEX triplet: 68, 53 and 7E. RGB value is (104,83,126). Sum of RGB (Red+Green+Blue) = 104+83+126=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 126 - color contains mainly: blue. Hex color #68537E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68537E is #97AC81. Grayscale: #5E5E5E. Windows color (decimal): -9940098 or 8278888. OLE color: 8278888.

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

Color convert

RGB10483126-
CMYK0.170.3400.51
HSL269.3º20.57%40.98%-
HSV(B)269.3º34.13%49.41%-
XYZ12.5710.6421.13-
YUV94.18145.96135-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.23%
GREEN value IS 83 (32.81% from 255) = 26.52%
BLUE value IS 126 (49.61% from 255) = 40.26%
R=33.23%
G=26.52%
B=40.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal104831260.170.3400.51269.320.5740.98
Hex68537E112203310d1529
Octal15012317621420634152551
Binary11010001010011111111010001100010011001110000110110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68537E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68537E; }

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

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

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

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

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

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

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

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