#62629C

Color #62629C Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #62629C

Tints of Rich Blue #62629C

Color information

#62629C (or 0x62629C) is unknown color: approx Rich Blue. HEX triplet: 62, 62 and 9C. RGB value is (98,98,156). Sum of RGB (Red+Green+Blue) = 98+98+156=352 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.84% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 156 - color contains mainly: blue. Hex color #62629C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62629C is #9D9D63. Grayscale: #686868. Windows color (decimal): -10329444 or 10248802. OLE color: 10248802.

HSL color Cylindrical-coordinate representation of color #62629C: hue angle of 240º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #62629C is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9898156-
CMYK0.370.3700.39
HSL240º22.83%49.8%-
HSV(B)240º37.18%61.18%-
XYZ15.4113.7333.29-
YUV104.61157123.28-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.84%
GREEN value IS 98 (38.67% from 255) = 27.84%
BLUE value IS 156 (61.33% from 255) = 44.32%
R=27.84%
G=27.84%
B=44.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal98981560.370.3700.3924022.8349.8
Hex62629C2525027f01732
Octal14214223445450473602762
Binary110001011000101001110010010110010101001111111000010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62629C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,98,156); }

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

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

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

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

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

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

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