Html Css Color HEX #62489B Daisy Bush

📋 copy color: '#62489B'

red 98 ◦ green 72 ◦ blue 155

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

Shades of Daisy Bush #62489B

Tints of Daisy Bush #62489B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.15%

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

R = 30.15%
G = 22.15%
B = 47.69%

CMYK

 C value IS 0.37

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#62489B (or 0x62489B) is known color: Daisy Bush. HEX triplet: 62, 48 and 9B. RGB value is (98,72,155). Sum of RGB (Red+Green+Blue) = 98+72+155=325 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.15% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #62489B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62489B is #9DB764. Grayscale: #585858. Windows color (decimal): -10336101 or 10176610. OLE color: 10176610.

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

Color convert

RGB 98 72 155 -
CMYK 0.37 0.54 0 0.39
HSL 258.8º 0.37% 0.45% -
HSV(B) 258.8º 0.54% 0.61% -
XYZ 13.27 9.6 32.16 -
YUV 89.24 165.11 134.25 -
System Red Green Blue C M Y K H S L
Decimal 98 72 155 0.37 0.54 0 0.39 258.8 0.37 0.45
Hex 62 48 9B 25 36 0 27 103 25 2D
Octal 142 110 233 45 66 0 47 403 45 55
Binary 1100010 1001000 10011011 100101 110110 0 100111 100000011 100101 101101

Color Harmonies of #62489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62489B

Black with #62489B

Text Example


Text Example

White with #62489B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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