#68568A

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

Shades of Butterfly Bush #68568A

Tints of Butterfly Bush #68568A

Color information

#68568A (or 0x68568A) is unknown color: approx Butterfly Bush. HEX triplet: 68, 56 and 8A. RGB value is (104,86,138). Sum of RGB (Red+Green+Blue) = 104+86+138=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 138 - color contains mainly: blue. Hex color #68568A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68568A is #97A975. Grayscale: #616161. Windows color (decimal): -9939318 or 9066088. OLE color: 9066088.

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

Color convert

RGB10486138-
CMYK0.250.3800.46
HSL260.77º23.21%43.92%-
HSV(B)260.77º37.68%54.12%-
XYZ13.6211.4325.53-
YUV97.31150.96132.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.71%
GREEN value IS 86 (33.98% from 255) = 26.22%
BLUE value IS 138 (54.30% from 255) = 42.07%
R=31.71%
G=26.22%
B=42.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal104861380.250.3800.46260.7723.2143.92
Hex68568A192602E105172c
Octal15012621231460564052754
Binary110100010101101000101011001100110010111010000010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68568A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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