#68529A

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

Shades of Butterfly Bush #68529A

Tints of Butterfly Bush #68529A

Color information

#68529A (or 0x68529A) is unknown color: approx Butterfly Bush. HEX triplet: 68, 52 and 9A. RGB value is (104,82,154). Sum of RGB (Red+Green+Blue) = 104+82+154=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 154 (60.55% from 255 or 45.29% from 340); Max value from RGB is 154 - color contains mainly: blue. Hex color #68529A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68529A is #97AD65. Grayscale: #606060. Windows color (decimal): -9940326 or 10113640. OLE color: 10113640.

HSL color Cylindrical-coordinate representation of color #68529A: hue angle of 258.33º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68529A is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10482154-
CMYK0.320.4700.40
HSL258.33º30.51%46.27%-
HSV(B)258.33º46.75%60.39%-
XYZ14.5611.3131.99-
YUV96.79160.29133.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.59%
GREEN value IS 82 (32.42% from 255) = 24.12%
BLUE value IS 154 (60.55% from 255) = 45.29%
R=30.59%
G=24.12%
B=45.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal104821540.320.4700.40258.3330.5146.27
Hex68529A202F0281021f2e
Octal15012223240570504023756
Binary1101000101001010011010100000101111010100010000001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68529A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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