#62498E

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

Shades of Daisy Bush #62498E

Tints of Daisy Bush #62498E

Color information

#62498E (or 0x62498E) is unknown color: approx Daisy Bush. HEX triplet: 62, 49 and 8E. RGB value is (98,73,142). Sum of RGB (Red+Green+Blue) = 98+73+142=313 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.31% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 142 (55.86% from 255 or 45.37% from 313); Max value from RGB is 142 - color contains mainly: blue. Hex color #62498E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62498E is #9DB671. Grayscale: #585858. Windows color (decimal): -10335858 or 9324898. OLE color: 9324898.

HSL color Cylindrical-coordinate representation of color #62498E: hue angle of 261.74º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #62498E is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9873142-
CMYK0.310.4900.44
HSL261.74º32.09%42.16%-
HSV(B)261.74º48.59%55.69%-
XYZ12.39.3126.74-
YUV88.34158.28134.89-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.31%
GREEN value IS 73 (28.91% from 255) = 23.32%
BLUE value IS 142 (55.86% from 255) = 45.37%
R=31.31%
G=23.32%
B=45.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal98731420.310.4900.44261.7432.0942.16
Hex62498E1F3102C106202a
Octal14211121637610544064052
Binary1100010100100110001110111111100010101100100000110100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62498E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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