#68548B

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

Shades of Butterfly Bush #68548B

Tints of Butterfly Bush #68548B

Color information

#68548B (or 0x68548B) is unknown color: approx Butterfly Bush. HEX triplet: 68, 54 and 8B. RGB value is (104,84,139). Sum of RGB (Red+Green+Blue) = 104+84+139=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 139 - color contains mainly: blue. Hex color #68548B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68548B is #97AB74. Grayscale: #606060. Windows color (decimal): -9939829 or 9131112. OLE color: 9131112.

HSL color Cylindrical-coordinate representation of color #68548B: hue angle of 261.82º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68548B is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10484139-
CMYK0.250.4000.45
HSL261.82º24.66%43.73%-
HSV(B)261.82º39.57%54.51%-
XYZ13.5411.1525.86-
YUV96.25152.13133.53-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.80%
GREEN value IS 84 (33.20% from 255) = 25.69%
BLUE value IS 139 (54.69% from 255) = 42.51%
R=31.80%
G=25.69%
B=42.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal104841390.250.4000.45261.8224.6643.73
Hex68548B192802D106192c
Octal15012421331500554063154
Binary110100010101001000101111001101000010110110000011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68548B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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