#68548E

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

Shades of Butterfly Bush #68548E

Tints of Butterfly Bush #68548E

Color information

#68548E (or 0x68548E) is unknown color: approx Butterfly Bush. HEX triplet: 68, 54 and 8E. RGB value is (104,84,142). Sum of RGB (Red+Green+Blue) = 104+84+142=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 142 (55.86% from 255 or 43.03% from 330); Max value from RGB is 142 - color contains mainly: blue. Hex color #68548E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68548E is #97AB71. Grayscale: #606060. Windows color (decimal): -9939826 or 9327720. OLE color: 9327720.

HSL color Cylindrical-coordinate representation of color #68548E: hue angle of 260.69º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68548E is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10484142-
CMYK0.270.4100.44
HSL260.69º25.66%44.31%-
HSV(B)260.69º40.85%55.69%-
XYZ13.7611.2427.03-
YUV96.59153.63133.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.52%
GREEN value IS 84 (33.20% from 255) = 25.45%
BLUE value IS 142 (55.86% from 255) = 43.03%
R=31.52%
G=25.45%
B=43.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal104841420.270.4100.44260.6925.6644.31
Hex68548E1B2902C1051a2c
Octal15012421633510544053254
Binary110100010101001000111011011101001010110010000010111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68548E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68548E; }

 p { color: rgb(104,84,142); }

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

<style>
 a { background-color: #68548E; }

 a { background-color: rgb(104,84,142); }

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

<style>
 span { border-color: #68548E; }

 span { border-color: rgb(104,84,142); }

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