Html Css Color HEX #62479A Daisy Bush

📋 copy color: '#62479A'

red 98 ◦ green 71 ◦ blue 154

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

Shades of Daisy Bush #62479A

Tints of Daisy Bush #62479A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.98%

 BLUE value IS 154 (60.55% from 255) = 47.68%

R = 30.34%
G = 21.98%
B = 47.68%

CMYK

 C value IS 0.36

 M value IS 0.54

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#62479A (or 0x62479A) is known color: Daisy Bush. HEX triplet: 62, 47 and 9A. RGB value is (98,71,154). Sum of RGB (Red+Green+Blue) = 98+71+154=323 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.34% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 154 (60.55% from 255 or 47.68% from 323); Max value from RGB is 154 - color contains mainly: blue. Hex color #62479A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62479A is #9DB865. Grayscale: #585858. Windows color (decimal): -10336358 or 10110818. OLE color: 10110818.

HSL color Cylindrical-coordinate representation of color #62479A: hue angle of 259.52º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #62479A is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 98 71 154 -
CMYK 0.36 0.54 0 0.40
HSL 259.52º 0.37% 0.44% -
HSV(B) 259.52º 0.54% 0.6% -
XYZ 13.12 9.44 31.7 -
YUV 88.54 164.95 134.75 -
System Red Green Blue C M Y K H S L
Decimal 98 71 154 0.36 0.54 0 0.40 259.52 0.37 0.44
Hex 62 47 9A 24 36 0 28 104 25 2C
Octal 142 107 232 44 66 0 50 404 45 54
Binary 1100010 1000111 10011010 100100 110110 0 101000 100000100 100101 101100

Color Harmonies of #62479A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62479A

Black with #62479A

Text Example


Text Example

White with #62479A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,71,154); }

 H1.HeaderClassName
 {
   color: #62479A;
 }
 .AnyTagClassName
 {
   color: #62479A;
 }
</style>

background-color css

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

 a { background-color: rgb(98,71,154); }

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

border-color css

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

 span { border-color: rgb(98,71,154); }

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