#62659B

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

Shades of Rich Blue #62659B

Tints of Rich Blue #62659B

Color information

#62659B (or 0x62659B) is unknown color: approx Rich Blue. HEX triplet: 62, 65 and 9B. RGB value is (98,101,155). Sum of RGB (Red+Green+Blue) = 98+101+155=354 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.68% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 155 - color contains mainly: blue. Hex color #62659B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62659B is #9D9A64. Grayscale: #6A6A6A. Windows color (decimal): -10328677 or 10184034. OLE color: 10184034.

HSL color Cylindrical-coordinate representation of color #62659B: hue angle of 236.84º 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 #62659B is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB98101155-
CMYK0.370.3500.39
HSL236.84º22.53%49.61%-
HSV(B)236.84º36.77%60.78%-
XYZ15.6114.2732.94-
YUV106.26155.51122.11-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.68%
GREEN value IS 101 (39.84% from 255) = 28.53%
BLUE value IS 155 (60.94% from 255) = 43.79%
R=27.68%
G=28.53%
B=43.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal981011550.370.3500.39236.8422.5349.61
Hex62659B2523027ed1732
Octal14214523345430473552762
Binary110001011001011001101110010110001101001111110110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62659B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,101,155); }

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

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

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

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

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

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

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