#62408D

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

Shades of Daisy Bush #62408D

Tints of Daisy Bush #62408D

Color information

#62408D (or 0x62408D) is unknown color: approx Daisy Bush. HEX triplet: 62, 40 and 8D. RGB value is (98,64,141). Sum of RGB (Red+Green+Blue) = 98+64+141=303 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.34% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 141 - color contains mainly: blue. Hex color #62408D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62408D is #9DBF72. Grayscale: #525252. Windows color (decimal): -10338163 or 9257058. OLE color: 9257058.

HSL color Cylindrical-coordinate representation of color #62408D: hue angle of 266.49º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62408D is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9864141-
CMYK0.300.5500.45
HSL266.49º37.56%40.2%-
HSV(B)266.49º54.61%55.29%-
XYZ11.688.1926.16-
YUV82.94160.76138.74-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.34%
GREEN value IS 64 (25.39% from 255) = 21.12%
BLUE value IS 141 (55.47% from 255) = 46.53%
R=32.34%
G=21.12%
B=46.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98641410.300.5500.45266.4937.5640.2
Hex62408D1E3702D10a2628
Octal14210021536670554124650
Binary1100010100000010001101111101101110101101100001010100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62408D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62408D; }

 p { color: rgb(98,64,141); }

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

<style>
 a { background-color: #62408D; }

 a { background-color: rgb(98,64,141); }

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

<style>
 span { border-color: #62408D; }

 span { border-color: rgb(98,64,141); }

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