Html Css Color HEX #62498E Daisy Bush

📋 copy color: '#62498E'

red 98 ◦ green 73 ◦ blue 142

#62498E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Daisy Bush #62498E

Tints of Daisy Bush #62498E

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 value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#62498E (or 0x62498E) is known color: 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

RGB 98 73 142 -
CMYK 0.31 0.49 0 0.44
HSL 261.74º 0.32% 0.42% -
HSV(B) 261.74º 0.49% 0.56% -
XYZ 12.3 9.31 26.74 -
YUV 88.34 158.28 134.89 -
System Red Green Blue C M Y K H S L
Decimal 98 73 142 0.31 0.49 0 0.44 261.74 0.32 0.42
Hex 62 49 8E 1F 31 0 2C 106 20 2A
Octal 142 111 216 37 61 0 54 406 40 52
Binary 1100010 1001001 10001110 11111 110001 0 101100 100000110 100000 101010

Color Harmonies of #62498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62498E

Black with #62498E

Text Example


Text Example

White with #62498E

Text Example


Text Example

HTML Codes & Css Web 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>