#684B95

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

Shades of Butterfly Bush #684B95

Tints of Butterfly Bush #684B95

Color information

#684B95 (or 0x684B95) is unknown color: approx Butterfly Bush. HEX triplet: 68, 4B and 95. RGB value is (104,75,149). Sum of RGB (Red+Green+Blue) = 104+75+149=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 149 - color contains mainly: blue. Hex color #684B95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684B95 is #97B46A. Grayscale: #5B5B5B. Windows color (decimal): -9942123 or 9784168. OLE color: 9784168.

HSL color Cylindrical-coordinate representation of color #684B95: hue angle of 263.51º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #684B95 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10475149-
CMYK0.300.5000.42
HSL263.51º33.04%43.92%-
HSV(B)263.51º49.66%58.43%-
XYZ13.6510.1529.67-
YUV92.11160.11136.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.71%
GREEN value IS 75 (29.69% from 255) = 22.87%
BLUE value IS 149 (58.59% from 255) = 45.43%
R=31.71%
G=22.87%
B=45.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104751490.300.5000.42263.5133.0443.92
Hex684B951E3202A108212c
Octal15011322536620524104154
Binary1101000100101110010101111101100100101010100001000100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684B95; }

 p { color: rgb(104,75,149); }

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

<style>
 a { background-color: #684B95; }

 a { background-color: rgb(104,75,149); }

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

<style>
 span { border-color: #684B95; }

 span { border-color: rgb(104,75,149); }

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