#62458B

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

Shades of Daisy Bush #62458B

Tints of Daisy Bush #62458B

Color information

#62458B (or 0x62458B) is unknown color: approx Daisy Bush. HEX triplet: 62, 45 and 8B. RGB value is (98,69,139). Sum of RGB (Red+Green+Blue) = 98+69+139=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 139 - color contains mainly: blue. Hex color #62458B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62458B is #9DBA74. Grayscale: #555555. Windows color (decimal): -10336885 or 9127266. OLE color: 9127266.

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

Color convert

RGB9869139-
CMYK0.290.5000.45
HSL264.86º33.65%40.78%-
HSV(B)264.86º50.36%54.51%-
XYZ11.838.7225.49-
YUV85.65158.11136.81-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.03%
GREEN value IS 69 (27.34% from 255) = 22.55%
BLUE value IS 139 (54.69% from 255) = 45.42%
R=32.03%
G=22.55%
B=45.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98691390.290.5000.45264.8633.6540.78
Hex62458B1D3202D1092229
Octal14210521335620554114251
Binary1100010100010110001011111011100100101101100001001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62458B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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