#62408B

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

Shades of Daisy Bush #62408B

Tints of Daisy Bush #62408B

Color information

#62408B (or 0x62408B) is unknown color: approx Daisy Bush. HEX triplet: 62, 40 and 8B. RGB value is (98,64,139). Sum of RGB (Red+Green+Blue) = 98+64+139=301 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.56% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 139 - color contains mainly: blue. Hex color #62408B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62408B is #9DBF74. Grayscale: #525252. Windows color (decimal): -10338165 or 9125986. OLE color: 9125986.

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

Color convert

RGB9864139-
CMYK0.290.5400.45
HSL267.2º36.95%39.8%-
HSV(B)267.2º53.96%54.51%-
XYZ11.538.1325.39-
YUV82.72159.76138.9-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.56%
GREEN value IS 64 (25.39% from 255) = 21.26%
BLUE value IS 139 (54.69% from 255) = 46.18%
R=32.56%
G=21.26%
B=46.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98641390.290.5400.45267.236.9539.8
Hex62408B1D3602D10b2528
Octal14210021335660554134550
Binary1100010100000010001011111011101100101101100001011100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62408B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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