#625EA2

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

Shades of Rich Blue #625EA2

Tints of Rich Blue #625EA2

Color information

#625EA2 (or 0x625EA2) is unknown color: approx Rich Blue. HEX triplet: 62, 5E and A2. RGB value is (98,94,162). Sum of RGB (Red+Green+Blue) = 98+94+162=354 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.68% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 162 (63.67% from 255 or 45.76% from 354); Max value from RGB is 162 - color contains mainly: blue. Hex color #625EA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625EA2 is #9DA15D. Grayscale: #666666. Windows color (decimal): -10330462 or 10640994. OLE color: 10640994.

HSL color Cylindrical-coordinate representation of color #625EA2: hue angle of 243.53º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #625EA2 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9894162-
CMYK0.400.4200.36
HSL243.53º26.77%50.2%-
HSV(B)243.53º41.98%63.53%-
XYZ15.5613.2135.91-
YUV102.95161.33124.47-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.68%
GREEN value IS 94 (37.11% from 255) = 26.55%
BLUE value IS 162 (63.67% from 255) = 45.76%
R=27.68%
G=26.55%
B=45.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal98941620.400.4200.36243.5326.7750.2
Hex625EA2282A024f41b32
Octal14213624250520443643362
Binary110001010111101010001010100010101001001001111010011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625EA2; }

 p { color: rgb(98,94,162); }

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

<style>
 a { background-color: #625EA2; }

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

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

<style>
 span { border-color: #625EA2; }

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

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