#62458C

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

Shades of Daisy Bush #62458C

Tints of Daisy Bush #62458C

Color information

#62458C (or 0x62458C) is unknown color: approx Daisy Bush. HEX triplet: 62, 45 and 8C. RGB value is (98,69,140). Sum of RGB (Red+Green+Blue) = 98+69+140=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 140 - color contains mainly: blue. Hex color #62458C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62458C is #9DBA73. Grayscale: #555555. Windows color (decimal): -10336884 or 9192802. OLE color: 9192802.

HSL color Cylindrical-coordinate representation of color #62458C: hue angle of 264.51º 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 #62458C is Cyan = 0.3, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9869140-
CMYK0.30.5100.45
HSL264.51º33.97%40.98%-
HSV(B)264.51º50.71%54.9%-
XYZ11.98.7525.87-
YUV85.77158.61136.73-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.92%
GREEN value IS 69 (27.34% from 255) = 22.48%
BLUE value IS 140 (55.08% from 255) = 45.60%
R=31.92%
G=22.48%
B=45.60%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98691400.30.5100.45264.5133.9740.98
Hex62458C1E3302D1092229
Octal14210521436630554114251
Binary1100010100010110001100111101100110101101100001001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62458C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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