#62458D

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

Shades of Daisy Bush #62458D

Tints of Daisy Bush #62458D

Color information

#62458D (or 0x62458D) is unknown color: approx Daisy Bush. HEX triplet: 62, 45 and 8D. RGB value is (98,69,141). Sum of RGB (Red+Green+Blue) = 98+69+141=308 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.82% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 141 - color contains mainly: blue. Hex color #62458D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62458D is #9DBA72. Grayscale: #555555. Windows color (decimal): -10336883 or 9258338. OLE color: 9258338.

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

Color convert

RGB9869141-
CMYK0.300.5100.45
HSL264.17º34.29%41.18%-
HSV(B)264.17º51.06%55.29%-
XYZ11.978.7826.26-
YUV85.88159.11136.65-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.82%
GREEN value IS 69 (27.34% from 255) = 22.40%
BLUE value IS 141 (55.47% from 255) = 45.78%
R=31.82%
G=22.40%
B=45.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98691410.300.5100.45264.1734.2941.18
Hex62458D1E3302D1082229
Octal14210521536630554104251
Binary1100010100010110001101111101100110101101100001000100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62458D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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