#62448E

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

Shades of Daisy Bush #62448E

Tints of Daisy Bush #62448E

Color information

#62448E (or 0x62448E) is unknown color: approx Daisy Bush. HEX triplet: 62, 44 and 8E. RGB value is (98,68,142). Sum of RGB (Red+Green+Blue) = 98+68+142=308 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.82% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 142 - color contains mainly: blue. Hex color #62448E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62448E is #9DBB71. Grayscale: #555555. Windows color (decimal): -10337138 or 9323618. OLE color: 9323618.

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

Color convert

RGB9868142-
CMYK0.310.5200.44
HSL264.32º35.24%41.18%-
HSV(B)264.32º52.11%55.69%-
XYZ11.998.6826.64-
YUV85.41159.94136.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.82%
GREEN value IS 68 (26.95% from 255) = 22.08%
BLUE value IS 142 (55.86% from 255) = 46.10%
R=31.82%
G=22.08%
B=46.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal98681420.310.5200.44264.3235.2441.18
Hex62448E1F3402C1082329
Octal14210421637640544104351
Binary1100010100010010001110111111101000101100100001000100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62448E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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