#684890

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

Shades of Daisy Bush #684890

Tints of Daisy Bush #684890

Color information

#684890 (or 0x684890) is unknown color: approx Daisy Bush. HEX triplet: 68, 48 and 90. RGB value is (104,72,144). Sum of RGB (Red+Green+Blue) = 104+72+144=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #684890 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684890 is #97B76F. Grayscale: #595959. Windows color (decimal): -9942896 or 9455720. OLE color: 9455720.

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

Color convert

RGB10472144-
CMYK0.280.5000.44
HSL266.67º33.33%42.35%-
HSV(B)266.67º50%56.47%-
XYZ13.069.5927.55-
YUV89.78158.6138.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.5%
GREEN value IS 72 (28.52% from 255) = 22.5%
BLUE value IS 144 (56.64% from 255) = 45%
R=32.5%
G=22.5%
B=45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal104721440.280.5000.44266.6733.3342.35
Hex6848901C3202C10b212a
Octal15011022034620544134152
Binary1101000100100010010000111001100100101100100001011100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684890; }

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

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

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

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

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

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

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

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