#624392

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

Shades of Daisy Bush #624392

Tints of Daisy Bush #624392

Color information

#624392 (or 0x624392) is unknown color: approx Daisy Bush. HEX triplet: 62, 43 and 92. RGB value is (98,67,146). Sum of RGB (Red+Green+Blue) = 98+67+146=311 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.51% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 146 - color contains mainly: blue. Hex color #624392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624392 is #9DBC6D. Grayscale: #545454. Windows color (decimal): -10337390 or 9585506. OLE color: 9585506.

HSL color Cylindrical-coordinate representation of color #624392: hue angle of 263.54º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #624392 is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9867146-
CMYK0.330.5400.43
HSL263.54º37.09%41.76%-
HSV(B)263.54º54.11%57.25%-
XYZ12.238.6928.23-
YUV85.28162.27137.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.51%
GREEN value IS 67 (26.56% from 255) = 21.54%
BLUE value IS 146 (57.42% from 255) = 46.95%
R=31.51%
G=21.54%
B=46.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal98671460.330.5400.43263.5437.0941.76
Hex624392213602B108252a
Octal14210322241660534104552
Binary11000101000011100100101000011101100101011100001000100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624392; }

 p { color: rgb(98,67,146); }

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

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

 a { background-color: rgb(98,67,146); }

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

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

 span { border-color: rgb(98,67,146); }

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