#68559C

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

Shades of Butterfly Bush #68559C

Tints of Butterfly Bush #68559C

Color information

#68559C (or 0x68559C) is unknown color: approx Butterfly Bush. HEX triplet: 68, 55 and 9C. RGB value is (104,85,156). Sum of RGB (Red+Green+Blue) = 104+85+156=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #68559C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68559C is #97AA63. Grayscale: #626262. Windows color (decimal): -9939556 or 10245480. OLE color: 10245480.

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

Color convert

RGB10485156-
CMYK0.330.4600.39
HSL256.06º29.46%47.25%-
HSV(B)256.06º45.51%61.18%-
XYZ14.9611.8432.95-
YUV98.78160.29131.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.14%
GREEN value IS 85 (33.59% from 255) = 24.64%
BLUE value IS 156 (61.33% from 255) = 45.22%
R=30.14%
G=24.64%
B=45.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal104851560.330.4600.39256.0629.4647.25
Hex68559C212E0271001d2f
Octal15012523441560474003557
Binary1101000101010110011100100001101110010011110000000011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68559C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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