#62498D

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

Shades of Daisy Bush #62498D

Tints of Daisy Bush #62498D

Color information

#62498D (or 0x62498D) is unknown color: approx Daisy Bush. HEX triplet: 62, 49 and 8D. RGB value is (98,73,141). Sum of RGB (Red+Green+Blue) = 98+73+141=312 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.41% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 141 - color contains mainly: blue. Hex color #62498D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62498D is #9DB672. Grayscale: #575757. Windows color (decimal): -10335859 or 9259362. OLE color: 9259362.

HSL color Cylindrical-coordinate representation of color #62498D: hue angle of 262.06º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62498D is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9873141-
CMYK0.300.4800.45
HSL262.06º31.78%41.96%-
HSV(B)262.06º48.23%55.29%-
XYZ12.239.2826.35-
YUV88.23157.78134.97-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.41%
GREEN value IS 73 (28.91% from 255) = 23.40%
BLUE value IS 141 (55.47% from 255) = 45.19%
R=31.41%
G=23.40%
B=45.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98731410.300.4800.45262.0631.7841.96
Hex62498D1E3002D106202a
Octal14211121536600554064052
Binary1100010100100110001101111101100000101101100000110100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62498D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62498D; }

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

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

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

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

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

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

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

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