#624986

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

Shades of Daisy Bush #624986

Tints of Daisy Bush #624986

Color information

#624986 (or 0x624986) is unknown color: approx Daisy Bush. HEX triplet: 62, 49 and 86. RGB value is (98,73,134). Sum of RGB (Red+Green+Blue) = 98+73+134=305 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.13% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 134 (52.73% from 255 or 43.93% from 305); Max value from RGB is 134 - color contains mainly: blue. Hex color #624986 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624986 is #9DB679. Grayscale: #575757. Windows color (decimal): -10335866 or 8800610. OLE color: 8800610.

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

Color convert

RGB9873134-
CMYK0.270.4600.47
HSL264.59º29.47%40.59%-
HSV(B)264.59º45.52%52.55%-
XYZ11.729.0823.69-
YUV87.43154.28135.54-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.13%
GREEN value IS 73 (28.91% from 255) = 23.93%
BLUE value IS 134 (52.73% from 255) = 43.93%
R=32.13%
G=23.93%
B=43.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98731340.270.4600.47264.5929.4740.59
Hex6249861B2E02F1091d29
Octal14211120633560574113551
Binary110001010010011000011011011101110010111110000100111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624986; }

 p { color: rgb(98,73,134); }

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

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

 a { background-color: rgb(98,73,134); }

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

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

 span { border-color: rgb(98,73,134); }

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