#62448D

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

Shades of Daisy Bush #62448D

Tints of Daisy Bush #62448D

Color information

#62448D (or 0x62448D) is unknown color: approx Daisy Bush. HEX triplet: 62, 44 and 8D. RGB value is (98,68,141). Sum of RGB (Red+Green+Blue) = 98+68+141=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 141 - color contains mainly: blue. Hex color #62448D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62448D is #9DBB72. Grayscale: #555555. Windows color (decimal): -10337139 or 9258082. OLE color: 9258082.

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

Color convert

RGB9868141-
CMYK0.300.5200.45
HSL264.66º34.93%40.98%-
HSV(B)264.66º51.77%55.29%-
XYZ11.918.6526.24-
YUV85.29159.44137.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.92%
GREEN value IS 68 (26.95% from 255) = 22.15%
BLUE value IS 141 (55.47% from 255) = 45.93%
R=31.92%
G=22.15%
B=45.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98681410.300.5200.45264.6634.9340.98
Hex62448D1E3402D1092329
Octal14210421536640554114351
Binary1100010100010010001101111101101000101101100001001100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62448D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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