#62488B

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

Shades of Daisy Bush #62488B

Tints of Daisy Bush #62488B

Color information

#62488B (or 0x62488B) is unknown color: approx Daisy Bush. HEX triplet: 62, 48 and 8B. RGB value is (98,72,139). Sum of RGB (Red+Green+Blue) = 98+72+139=309 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.72% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 139 (54.69% from 255 or 44.98% from 309); Max value from RGB is 139 - color contains mainly: blue. Hex color #62488B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62488B is #9DB774. Grayscale: #575757. Windows color (decimal): -10336117 or 9128034. OLE color: 9128034.

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

Color convert

RGB9872139-
CMYK0.290.4800.45
HSL263.28º31.75%41.37%-
HSV(B)263.28º48.2%54.51%-
XYZ12.019.125.55-
YUV87.41157.11135.55-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.72%
GREEN value IS 72 (28.52% from 255) = 23.30%
BLUE value IS 139 (54.69% from 255) = 44.98%
R=31.72%
G=23.30%
B=44.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98721390.290.4800.45263.2831.7541.37
Hex62488B1D3002D1072029
Octal14211021335600554074051
Binary1100010100100010001011111011100000101101100000111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62488B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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