#68519B

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

Shades of Butterfly Bush #68519B

Tints of Butterfly Bush #68519B

Color information

#68519B (or 0x68519B) is unknown color: approx Butterfly Bush. HEX triplet: 68, 51 and 9B. RGB value is (104,81,155). Sum of RGB (Red+Green+Blue) = 104+81+155=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #68519B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68519B is #97AE64. Grayscale: #606060. Windows color (decimal): -9940581 or 10178920. OLE color: 10178920.

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

Color convert

RGB10481155-
CMYK0.330.4800.39
HSL258.65º31.36%46.27%-
HSV(B)258.65º47.74%60.78%-
XYZ14.5711.1932.4-
YUV96.31161.12133.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.59%
GREEN value IS 81 (32.03% from 255) = 23.82%
BLUE value IS 155 (60.94% from 255) = 45.59%
R=30.59%
G=23.82%
B=45.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal104811550.330.4800.39258.6531.3646.27
Hex68519B21300271031f2e
Octal15012123341600474033756
Binary1101000101000110011011100001110000010011110000001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68519B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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