#68549D

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

Shades of Butterfly Bush #68549D

Tints of Butterfly Bush #68549D

Color information

#68549D (or 0x68549D) is unknown color: approx Butterfly Bush. HEX triplet: 68, 54 and 9D. RGB value is (104,84,157). Sum of RGB (Red+Green+Blue) = 104+84+157=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 157 - color contains mainly: blue. Hex color #68549D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68549D is #97AB62. Grayscale: #626262. Windows color (decimal): -9939811 or 10310760. OLE color: 10310760.

HSL color Cylindrical-coordinate representation of color #68549D: hue angle of 256.44º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68549D is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10484157-
CMYK0.340.4600.38
HSL256.44º30.29%47.25%-
HSV(B)256.44º46.5%61.57%-
XYZ14.9711.7233.37-
YUV98.3161.13132.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.14%
GREEN value IS 84 (33.20% from 255) = 24.35%
BLUE value IS 157 (61.72% from 255) = 45.51%
R=30.14%
G=24.35%
B=45.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal104841570.340.4600.38256.4430.2947.25
Hex68549D222E0261001e2f
Octal15012423542560464003657
Binary1101000101010010011101100010101110010011010000000011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68549D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68549D; }

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

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

<style>
 a { background-color: #68549D; }

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

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

<style>
 span { border-color: #68549D; }

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

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