#684F94

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

Shades of Butterfly Bush #684F94

Tints of Butterfly Bush #684F94

Color information

#684F94 (or 0x684F94) is unknown color: approx Butterfly Bush. HEX triplet: 68, 4F and 94. RGB value is (104,79,148). Sum of RGB (Red+Green+Blue) = 104+79+148=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 148 - color contains mainly: blue. Hex color #684F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #684F94 is #97B06B. Grayscale: #5E5E5E. Windows color (decimal): -9941100 or 9719656. OLE color: 9719656.

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

Color convert

RGB10479148-
CMYK0.300.4700.42
HSL261.74º30.4%44.51%-
HSV(B)261.74º46.62%58.04%-
XYZ13.8510.6729.35-
YUV94.34158.28134.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.42%
GREEN value IS 79 (31.25% from 255) = 23.87%
BLUE value IS 148 (58.20% from 255) = 44.71%
R=31.42%
G=23.87%
B=44.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104791480.300.4700.42261.7430.444.51
Hex684F941E2F02A1061e2d
Octal15011722436570524063655
Binary110100010011111001010011110101111010101010000011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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