#62478e

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

Shades of Daisy Bush #62478E

Tints of Daisy Bush #62478E

Color information

#62478E (or 0x62478E) is unknown color: approx Daisy Bush. HEX triplet: 62, 47 and 8E. RGB value is (98,71,142). Sum of RGB (Red+Green+Blue) = 98+71+142=311 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.51% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 142 - color contains mainly: blue. Hex color #62478E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62478E is #9DB871. Grayscale: #565656. Windows color (decimal): -10336370 or 9324386. OLE color: 9324386.

HSL color Cylindrical-coordinate representation of color #62478E: hue angle of 262.82º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #62478E is Cyan = 0.31, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9871142-
CMYK0.310.500.44
HSL262.82º33.33%41.76%-
HSV(B)262.82º50%55.69%-
XYZ12.179.0626.7-
YUV87.17158.95135.73-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.51%
GREEN value IS 71 (28.12% from 255) = 22.83%
BLUE value IS 142 (55.86% from 255) = 45.66%
R=31.51%
G=22.83%
B=45.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal98711420.310.500.44262.8233.3341.76
Hex62478E1F3202C107212a
Octal14210721637620544074152
Binary1100010100011110001110111111100100101100100000111100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62478e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62478e; }

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

 H1.HeaderClassName
 {
   color: #62478e;
 }
 .AnyTagClassName
 {
   color: #62478e;
 }
</style>
background-color css

<style>
 a { background-color: #62478e; }

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

 div.DivClassName
 {
   background-color: #62478e;
 }
 .BgClassName
 {
   background-color: #62478e;
 }
</style>
border-color css

<style>
 span { border-color: #62478e; }

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

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