#68529C

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

Shades of Butterfly Bush #68529C

Tints of Butterfly Bush #68529C

Color information

#68529C (or 0x68529C) is unknown color: approx Butterfly Bush. HEX triplet: 68, 52 and 9C. RGB value is (104,82,156). Sum of RGB (Red+Green+Blue) = 104+82+156=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 156 - color contains mainly: blue. Hex color #68529C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68529C is #97AD63. Grayscale: #606060. Windows color (decimal): -9940324 or 10244712. OLE color: 10244712.

HSL color Cylindrical-coordinate representation of color #68529C: hue angle of 257.84º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68529C is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10482156-
CMYK0.330.4700.39
HSL257.84º31.09%46.67%-
HSV(B)257.84º47.44%61.18%-
XYZ14.7311.3832.87-
YUV97.01161.29132.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.41%
GREEN value IS 82 (32.42% from 255) = 23.98%
BLUE value IS 156 (61.33% from 255) = 45.61%
R=30.41%
G=23.98%
B=45.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal104821560.330.4700.39257.8431.0946.67
Hex68529C212F0271021f2f
Octal15012223441570474023757
Binary1101000101001010011100100001101111010011110000001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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