#68578C

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

Shades of Butterfly Bush #68578C

Tints of Butterfly Bush #68578C

Color information

#68578C (or 0x68578C) is unknown color: approx Butterfly Bush. HEX triplet: 68, 57 and 8C. RGB value is (104,87,140). Sum of RGB (Red+Green+Blue) = 104+87+140=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 140 - color contains mainly: blue. Hex color #68578C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68578C is #97A873. Grayscale: #616161. Windows color (decimal): -9939060 or 9197416. OLE color: 9197416.

HSL color Cylindrical-coordinate representation of color #68578C: hue angle of 259.25º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68578C is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10487140-
CMYK0.260.3800.45
HSL259.25º23.35%44.51%-
HSV(B)259.25º37.86%54.9%-
XYZ13.8511.6526.33-
YUV98.12151.63132.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.42%
GREEN value IS 87 (34.38% from 255) = 26.28%
BLUE value IS 140 (55.08% from 255) = 42.30%
R=31.42%
G=26.28%
B=42.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal104871400.260.3800.45259.2523.3544.51
Hex68578C1A2602D103172d
Octal15012721432460554032755
Binary110100010101111000110011010100110010110110000001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68578C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,87,140); }

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

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

 a { background-color: rgb(104,87,140); }

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

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

 span { border-color: rgb(104,87,140); }

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