#68528E

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

Shades of Butterfly Bush #68528E

Tints of Butterfly Bush #68528E

Color information

#68528E (or 0x68528E) is unknown color: approx Butterfly Bush. HEX triplet: 68, 52 and 8E. RGB value is (104,82,142). Sum of RGB (Red+Green+Blue) = 104+82+142=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 142 (55.86% from 255 or 43.29% from 328); Max value from RGB is 142 - color contains mainly: blue. Hex color #68528E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68528E is #97AD71. Grayscale: #5F5F5F. Windows color (decimal): -9940338 or 9327208. OLE color: 9327208.

HSL color Cylindrical-coordinate representation of color #68528E: hue angle of 262º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68528E is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10482142-
CMYK0.270.4200.44
HSL262º26.79%43.92%-
HSV(B)262º42.25%55.69%-
XYZ13.6110.9326.98-
YUV95.42154.29134.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.71%
GREEN value IS 82 (32.42% from 255) = 25%
BLUE value IS 142 (55.86% from 255) = 43.29%
R=31.71%
G=25%
B=43.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal104821420.270.4200.4426226.7943.92
Hex68528E1B2A02C1061b2c
Octal15012221633520544063354
Binary110100010100101000111011011101010010110010000011011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68528E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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