#68528A

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

Shades of Butterfly Bush #68528A

Tints of Butterfly Bush #68528A

Color information

#68528A (or 0x68528A) is unknown color: approx Butterfly Bush. HEX triplet: 68, 52 and 8A. RGB value is (104,82,138). Sum of RGB (Red+Green+Blue) = 104+82+138=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 138 - color contains mainly: blue. Hex color #68528A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68528A is #97AD75. Grayscale: #5E5E5E. Windows color (decimal): -9940342 or 9065064. OLE color: 9065064.

HSL color Cylindrical-coordinate representation of color #68528A: hue angle of 263.57º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68528A is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10482138-
CMYK0.250.4100.46
HSL263.57º25.45%43.14%-
HSV(B)263.57º40.58%54.12%-
XYZ13.3110.8125.43-
YUV94.96152.29134.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.10%
GREEN value IS 82 (32.42% from 255) = 25.31%
BLUE value IS 138 (54.30% from 255) = 42.59%
R=32.10%
G=25.31%
B=42.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal104821380.250.4100.46263.5725.4543.14
Hex68528A192902E108192b
Octal15012221231510564103153
Binary110100010100101000101011001101001010111010000100011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68528A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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