#62479A

Color #62479A Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #62479A

Tints of Daisy Bush #62479A

Color information

#62479A (or 0x62479A) is unknown color: approx 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

RGB9871154-
CMYK0.360.5400.40
HSL259.52º36.89%44.12%-
HSV(B)259.52º53.9%60.39%-
XYZ13.129.4431.7-
YUV88.54164.95134.75-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.34%
GREEN value IS 71 (28.12% 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 (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal98711540.360.5400.40259.5236.8944.12
Hex62479A2436028104252c
Octal14210723244660504044554
Binary11000101000111100110101001001101100101000100000100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62479A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>