#62498A

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

Shades of Daisy Bush #62498A

Tints of Daisy Bush #62498A

Color information

#62498A (or 0x62498A) is unknown color: approx Daisy Bush. HEX triplet: 62, 49 and 8A. RGB value is (98,73,138). Sum of RGB (Red+Green+Blue) = 98+73+138=309 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.72% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 138 (54.30% from 255 or 44.66% from 309); Max value from RGB is 138 - color contains mainly: blue. Hex color #62498A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62498A is #9DB675. Grayscale: #575757. Windows color (decimal): -10335862 or 9062754. OLE color: 9062754.

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

Color convert

RGB9873138-
CMYK0.290.4700.46
HSL263.08º30.81%41.37%-
HSV(B)263.08º47.1%54.12%-
XYZ12.019.225.19-
YUV87.88156.28135.21-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.72%
GREEN value IS 73 (28.91% from 255) = 23.62%
BLUE value IS 138 (54.30% from 255) = 44.66%
R=31.72%
G=23.62%
B=44.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal98731380.290.4700.46263.0830.8141.37
Hex62498A1D2F02E1071f29
Octal14211121235570564073751
Binary110001010010011000101011101101111010111010000011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62498A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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