#624588

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

Shades of Daisy Bush #624588

Tints of Daisy Bush #624588

Color information

#624588 (or 0x624588) is unknown color: approx Daisy Bush. HEX triplet: 62, 45 and 88. RGB value is (98,69,136). Sum of RGB (Red+Green+Blue) = 98+69+136=303 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.34% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 136 (53.52% from 255 or 44.88% from 303); Max value from RGB is 136 - color contains mainly: blue. Hex color #624588 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624588 is #9DBA77. Grayscale: #555555. Windows color (decimal): -10336888 or 8930658. OLE color: 8930658.

HSL color Cylindrical-coordinate representation of color #624588: hue angle of 265.97º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #624588 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9869136-
CMYK0.280.4900.47
HSL265.97º32.68%40.2%-
HSV(B)265.97º49.26%53.33%-
XYZ11.618.6324.35-
YUV85.31156.61137.05-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.34%
GREEN value IS 69 (27.34% from 255) = 22.77%
BLUE value IS 136 (53.52% from 255) = 44.88%
R=32.34%
G=22.77%
B=44.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98691360.280.4900.47265.9732.6840.2
Hex6245881C3102F10a2128
Octal14210521034610574124150
Binary1100010100010110001000111001100010101111100001010100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624588; }

 p { color: rgb(98,69,136); }

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

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

 a { background-color: rgb(98,69,136); }

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

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

 span { border-color: rgb(98,69,136); }

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