Html Css Color HEX #62499B Daisy Bush

📋 copy color: '#62499B'

red 98 ◦ green 73 ◦ blue 155

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

Shades of Daisy Bush #62499B

Tints of Daisy Bush #62499B

RGB

 RED value IS 98 (38.67% from 255) = 30.06%

 GREEN value IS 73 (28.91% from 255) = 22.39%

 BLUE value IS 155 (60.94% from 255) = 47.55%

R = 30.06%
G = 22.39%
B = 47.55%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#62499B (or 0x62499B) is known color: Daisy Bush. HEX triplet: 62, 49 and 9B. RGB value is (98,73,155). Sum of RGB (Red+Green+Blue) = 98+73+155=326 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.06% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #62499B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62499B is #9DB664. Grayscale: #595959. Windows color (decimal): -10335845 or 10176866. OLE color: 10176866.

HSL color Cylindrical-coordinate representation of color #62499B: hue angle of 258.29º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #62499B is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 98 73 155 -
CMYK 0.37 0.53 0 0.39
HSL 258.29º 0.36% 0.45% -
HSV(B) 258.29º 0.53% 0.61% -
XYZ 13.34 9.73 32.19 -
YUV 89.82 164.78 133.83 -
System Red Green Blue C M Y K H S L
Decimal 98 73 155 0.37 0.53 0 0.39 258.29 0.36 0.45
Hex 62 49 9B 25 35 0 27 102 24 2D
Octal 142 111 233 45 65 0 47 402 44 55
Binary 1100010 1001001 10011011 100101 110101 0 100111 100000010 100100 101101

Color Harmonies of #62499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62499B

Black with #62499B

Text Example


Text Example

White with #62499B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62499B; }

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

 H1.HeaderClassName
 {
   color: #62499B;
 }
 .AnyTagClassName
 {
   color: #62499B;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #62499B;
 }
 .BgClassName
 {
   background-color: #62499B;
 }
</style>

border-color css

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

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

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