#68549B

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

Shades of Butterfly Bush #68549B

Tints of Butterfly Bush #68549B

Color information

#68549B (or 0x68549B) is unknown color: approx Butterfly Bush. HEX triplet: 68, 54 and 9B. RGB value is (104,84,155). Sum of RGB (Red+Green+Blue) = 104+84+155=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #68549B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68549B is #97AB64. Grayscale: #616161. Windows color (decimal): -9939813 or 10179688. OLE color: 10179688.

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

Color convert

RGB10484155-
CMYK0.330.4600.39
HSL256.9º29.71%46.86%-
HSV(B)256.9º45.81%60.78%-
XYZ14.811.6532.48-
YUV98.07160.13132.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.32%
GREEN value IS 84 (33.20% from 255) = 24.49%
BLUE value IS 155 (60.94% from 255) = 45.19%
R=30.32%
G=24.49%
B=45.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal104841550.330.4600.39256.929.7146.86
Hex68549B212E0271011e2f
Octal15012423341560474013657
Binary1101000101010010011011100001101110010011110000000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68549B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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