#624890

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

Shades of Daisy Bush #624890

Tints of Daisy Bush #624890

Color information

#624890 (or 0x624890) is unknown color: approx Daisy Bush. HEX triplet: 62, 48 and 90. RGB value is (98,72,144). Sum of RGB (Red+Green+Blue) = 98+72+144=314 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.21% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 144 - color contains mainly: blue. Hex color #624890 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624890 is #9DB76F. Grayscale: #575757. Windows color (decimal): -10336112 or 9455714. OLE color: 9455714.

HSL color Cylindrical-coordinate representation of color #624890: hue angle of 261.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 #624890 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9872144-
CMYK0.320.5000.44
HSL261.67º33.33%42.35%-
HSV(B)261.67º50%56.47%-
XYZ12.399.2527.52-
YUV87.98159.61135.15-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.21%
GREEN value IS 72 (28.52% from 255) = 22.93%
BLUE value IS 144 (56.64% from 255) = 45.86%
R=31.21%
G=22.93%
B=45.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal98721440.320.5000.44261.6733.3342.35
Hex624890203202C106212a
Octal14211022040620544064152
Binary11000101001000100100001000001100100101100100000110100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624890; }

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

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

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

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

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

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

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

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