#624888

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

Shades of Daisy Bush #624888

Tints of Daisy Bush #624888

Color information

#624888 (or 0x624888) is unknown color: approx Daisy Bush. HEX triplet: 62, 48 and 88. RGB value is (98,72,136). Sum of RGB (Red+Green+Blue) = 98+72+136=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 136 - color contains mainly: blue. Hex color #624888 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624888 is #9DB777. Grayscale: #565656. Windows color (decimal): -10336120 or 8931426. OLE color: 8931426.

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

Color convert

RGB9872136-
CMYK0.280.4700.47
HSL264.38º30.77%40.78%-
HSV(B)264.38º47.06%53.33%-
XYZ11.89.0124.41-
YUV87.07155.61135.8-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.03%
GREEN value IS 72 (28.52% from 255) = 23.53%
BLUE value IS 136 (53.52% from 255) = 44.44%
R=32.03%
G=23.53%
B=44.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98721360.280.4700.47264.3830.7740.78
Hex6248881C2F02F1081f29
Octal14211021034570574103751
Binary110001010010001000100011100101111010111110000100011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624888; }

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

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

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

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

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

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

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

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