#624488

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

Shades of Daisy Bush #624488

Tints of Daisy Bush #624488

Color information

#624488 (or 0x624488) is unknown color: approx Daisy Bush. HEX triplet: 62, 44 and 88. RGB value is (98,68,136). Sum of RGB (Red+Green+Blue) = 98+68+136=302 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.45% from 302); Green value is 68 (26.95% from 255 or 22.52% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 136 - color contains mainly: blue. Hex color #624488 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624488 is #9DBB77. Grayscale: #545454. Windows color (decimal): -10337144 or 8930402. OLE color: 8930402.

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

Color convert

RGB9868136-
CMYK0.280.5000.47
HSL266.47º33.33%40%-
HSV(B)266.47º50%53.33%-
XYZ11.558.5124.33-
YUV84.72156.94137.47-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.45%
GREEN value IS 68 (26.95% from 255) = 22.52%
BLUE value IS 136 (53.52% from 255) = 45.03%
R=32.45%
G=22.52%
B=45.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98681360.280.5000.47266.4733.3340
Hex6244881C3202F10a2128
Octal14210421034620574124150
Binary1100010100010010001000111001100100101111100001010100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624488; }

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

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

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

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

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

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

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

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