#624492

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

Shades of Daisy Bush #624492

Tints of Daisy Bush #624492

Color information

#624492 (or 0x624492) is unknown color: approx Daisy Bush. HEX triplet: 62, 44 and 92. RGB value is (98,68,146). Sum of RGB (Red+Green+Blue) = 98+68+146=312 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.41% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 146 (57.42% from 255 or 46.79% from 312); Max value from RGB is 146 - color contains mainly: blue. Hex color #624492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624492 is #9DBB6D. Grayscale: #555555. Windows color (decimal): -10337134 or 9585762. OLE color: 9585762.

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

Color convert

RGB9868146-
CMYK0.330.5300.43
HSL263.08º36.45%41.96%-
HSV(B)263.08º53.42%57.25%-
XYZ12.298.8128.25-
YUV85.86161.94136.66-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.41%
GREEN value IS 68 (26.95% from 255) = 21.79%
BLUE value IS 146 (57.42% from 255) = 46.79%
R=31.41%
G=21.79%
B=46.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal98681460.330.5300.43263.0836.4541.96
Hex624492213502B107242a
Octal14210422241650534074452
Binary11000101000100100100101000011101010101011100000111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624492; }

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

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

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

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

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

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

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

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