#68498F

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

Shades of Butterfly Bush #68498F

Tints of Butterfly Bush #68498F

Color information

#68498F (or 0x68498F) is unknown color: approx Butterfly Bush. HEX triplet: 68, 49 and 8F. RGB value is (104,73,143). Sum of RGB (Red+Green+Blue) = 104+73+143=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 143 (56.25% from 255 or 44.69% from 320); Max value from RGB is 143 - color contains mainly: blue. Hex color #68498F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68498F is #97B670. Grayscale: #5A5A5A. Windows color (decimal): -9942641 or 9390440. OLE color: 9390440.

HSL color Cylindrical-coordinate representation of color #68498F: hue angle of 266.57º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68498F is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10473143-
CMYK0.270.4900.44
HSL266.57º32.41%42.35%-
HSV(B)266.57º48.95%56.08%-
XYZ13.059.6927.17-
YUV90.25157.77137.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.5%
GREEN value IS 73 (28.91% from 255) = 22.81%
BLUE value IS 143 (56.25% from 255) = 44.69%
R=32.5%
G=22.81%
B=44.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal104731430.270.4900.44266.5732.4142.35
Hex68498F1B3102C10b202a
Octal15011121733610544134052
Binary1101000100100110001111110111100010101100100001011100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68498F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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