#684B94

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

Shades of Butterfly Bush #684B94

Tints of Butterfly Bush #684B94

Color information

#684B94 (or 0x684B94) is unknown color: approx Butterfly Bush. HEX triplet: 68, 4B and 94. RGB value is (104,75,148). Sum of RGB (Red+Green+Blue) = 104+75+148=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 75 (29.69% from 255 or 22.94% from 327); Blue value is 148 (58.20% from 255 or 45.26% from 327); Max value from RGB is 148 - color contains mainly: blue. Hex color #684B94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684B94 is #97B46B. Grayscale: #5B5B5B. Windows color (decimal): -9942124 or 9718632. OLE color: 9718632.

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

Color convert

RGB10475148-
CMYK0.300.4900.42
HSL263.84º32.74%43.73%-
HSV(B)263.84º49.32%58.04%-
XYZ13.5710.1129.25-
YUV91.99159.61136.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.80%
GREEN value IS 75 (29.69% from 255) = 22.94%
BLUE value IS 148 (58.20% from 255) = 45.26%
R=31.80%
G=22.94%
B=45.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104751480.300.4900.42263.8432.7443.73
Hex684B941E3102A108212c
Octal15011322436610524104154
Binary1101000100101110010100111101100010101010100001000100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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