#684790

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

Shades of Daisy Bush #684790

Tints of Daisy Bush #684790

Color information

#684790 (or 0x684790) is unknown color: approx Daisy Bush. HEX triplet: 68, 47 and 90. RGB value is (104,71,144). Sum of RGB (Red+Green+Blue) = 104+71+144=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 144 - color contains mainly: blue. Hex color #684790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684790 is #97B86F. Grayscale: #585858. Windows color (decimal): -9943152 or 9455464. OLE color: 9455464.

HSL color Cylindrical-coordinate representation of color #684790: hue angle of 267.12º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #684790 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10471144-
CMYK0.280.5100.44
HSL267.12º33.95%42.16%-
HSV(B)267.12º50.69%56.47%-
XYZ139.4627.53-
YUV89.19158.93138.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.60%
GREEN value IS 71 (28.12% from 255) = 22.26%
BLUE value IS 144 (56.64% from 255) = 45.14%
R=32.60%
G=22.26%
B=45.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal104711440.280.5100.44267.1233.9542.16
Hex6847901C3302C10b222a
Octal15010722034630544134252
Binary1101000100011110010000111001100110101100100001011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684790; }

 p { color: rgb(104,71,144); }

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

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

 a { background-color: rgb(104,71,144); }

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

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

 span { border-color: rgb(104,71,144); }

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