#68527F

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

Shades of Butterfly Bush #68527F

Tints of Butterfly Bush #68527F

Color information

#68527F (or 0x68527F) is unknown color: approx Butterfly Bush. HEX triplet: 68, 52 and 7F. RGB value is (104,82,127). Sum of RGB (Red+Green+Blue) = 104+82+127=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 127 - color contains mainly: blue. Hex color #68527F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68527F is #97AD80. Grayscale: #5D5D5D. Windows color (decimal): -9940353 or 8344168. OLE color: 8344168.

HSL color Cylindrical-coordinate representation of color #68527F: hue angle of 269.33º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68527F is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10482127-
CMYK0.180.3500.50
HSL269.33º21.53%40.98%-
HSV(B)269.33º35.43%49.8%-
XYZ12.5610.5121.45-
YUV93.71146.79135.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.23%
GREEN value IS 82 (32.42% from 255) = 26.20%
BLUE value IS 127 (50% from 255) = 40.58%
R=33.23%
G=26.20%
B=40.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal104821270.180.3500.50269.3321.5340.98
Hex68527F122303210d1629
Octal15012217722430624152651
Binary11010001010010111111110010100011011001010000110110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68527F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68527F; }

 p { color: rgb(104,82,127); }

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

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

 a { background-color: rgb(104,82,127); }

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

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

 span { border-color: rgb(104,82,127); }

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