Html Css Color HEX #62449B Daisy Bush

📋 copy color: '#62449B'

red 98 ◦ green 68 ◦ blue 155

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

Shades of Daisy Bush #62449B

Tints of Daisy Bush #62449B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.18%

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

R = 30.53%
G = 21.18%
B = 48.29%

CMYK

 C value IS 0.37

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#62449B (or 0x62449B) is known color: Daisy Bush. HEX triplet: 62, 44 and 9B. RGB value is (98,68,155). Sum of RGB (Red+Green+Blue) = 98+68+155=321 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.53% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #62449B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62449B is #9DBB64. Grayscale: #565656. Windows color (decimal): -10337125 or 10175586. OLE color: 10175586.

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

Color convert

RGB 98 68 155 -
CMYK 0.37 0.56 0 0.39
HSL 260.69º 0.39% 0.44% -
HSV(B) 260.69º 0.56% 0.61% -
XYZ 13.02 9.1 32.08 -
YUV 86.89 166.44 135.93 -
System Red Green Blue C M Y K H S L
Decimal 98 68 155 0.37 0.56 0 0.39 260.69 0.39 0.44
Hex 62 44 9B 25 38 0 27 105 27 2C
Octal 142 104 233 45 70 0 47 405 47 54
Binary 1100010 1000100 10011011 100101 111000 0 100111 100000101 100111 101100

Color Harmonies of #62449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62449B

Black with #62449B

Text Example


Text Example

White with #62449B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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