#625FA5

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

Shades of Rich Blue #625FA5

Tints of Rich Blue #625FA5

Color information

#625FA5 (or 0x625FA5) is unknown color: approx Rich Blue. HEX triplet: 62, 5F and A5. RGB value is (98,95,165). Sum of RGB (Red+Green+Blue) = 98+95+165=358 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.37% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 165 (64.84% from 255 or 46.09% from 358); Max value from RGB is 165 - color contains mainly: blue. Hex color #625FA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625FA5 is #9DA05A. Grayscale: #676767. Windows color (decimal): -10330203 or 10837858. OLE color: 10837858.

HSL color Cylindrical-coordinate representation of color #625FA5: hue angle of 242.57º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #625FA5 is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9895165-
CMYK0.410.4200.35
HSL242.57º28%50.98%-
HSV(B)242.57º42.42%64.71%-
XYZ15.9213.537.36-
YUV103.88162.49123.81-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.37%
GREEN value IS 95 (37.5% from 255) = 26.54%
BLUE value IS 165 (64.84% from 255) = 46.09%
R=27.37%
G=26.54%
B=46.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal98951650.410.4200.35242.572850.98
Hex625FA5292A023f31c33
Octal14213724551520433633463
Binary110001010111111010010110100110101001000111111001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,95,165); }

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

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

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

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

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

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

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