#68498C

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

Shades of Butterfly Bush #68498C

Tints of Butterfly Bush #68498C

Color information

#68498C (or 0x68498C) is unknown color: approx Butterfly Bush. HEX triplet: 68, 49 and 8C. RGB value is (104,73,140). Sum of RGB (Red+Green+Blue) = 104+73+140=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 140 - color contains mainly: blue. Hex color #68498C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68498C is #97B673. Grayscale: #595959. Windows color (decimal): -9942644 or 9193832. OLE color: 9193832.

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

Color convert

RGB10473140-
CMYK0.260.4800.45
HSL267.76º31.46%41.76%-
HSV(B)267.76º47.86%54.9%-
XYZ12.839.625.99-
YUV89.91156.27138.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.81%
GREEN value IS 73 (28.91% from 255) = 23.03%
BLUE value IS 140 (55.08% from 255) = 44.16%
R=32.81%
G=23.03%
B=44.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal104731400.260.4800.45267.7631.4641.76
Hex68498C1A3002D10c1f2a
Octal15011121432600554143752
Binary110100010010011000110011010110000010110110000110011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68498C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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