#624980

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

Shades of Daisy Bush #624980

Tints of Daisy Bush #624980

Color information

#624980 (or 0x624980) is unknown color: approx Daisy Bush. HEX triplet: 62, 49 and 80. RGB value is (98,73,128). Sum of RGB (Red+Green+Blue) = 98+73+128=299 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.78% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 128 (50.39% from 255 or 42.81% from 299); Max value from RGB is 128 - color contains mainly: blue. Hex color #624980 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624980 is #9DB67F. Grayscale: #565656. Windows color (decimal): -10335872 or 8407394. OLE color: 8407394.

HSL color Cylindrical-coordinate representation of color #624980: hue angle of 267.27º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #624980 is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9873128-
CMYK0.230.4300.50
HSL267.27º27.36%39.41%-
HSV(B)267.27º42.97%50.2%-
XYZ11.328.9221.55-
YUV86.74151.28136.03-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.78%
GREEN value IS 73 (28.91% from 255) = 24.41%
BLUE value IS 128 (50.39% from 255) = 42.81%
R=32.78%
G=24.41%
B=42.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal98731280.230.4300.50267.2727.3639.41
Hex624980172B03210b1b27
Octal14211120027530624133347
Binary110001010010011000000010111101011011001010000101111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624980; }

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

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

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

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

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

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

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

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