#625BA5

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

Shades of Rich Blue #625BA5

Tints of Rich Blue #625BA5

Color information

#625BA5 (or 0x625BA5) is unknown color: approx Rich Blue. HEX triplet: 62, 5B and A5. RGB value is (98,91,165). Sum of RGB (Red+Green+Blue) = 98+91+165=354 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.68% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 165 (64.84% from 255 or 46.61% from 354); Max value from RGB is 165 - color contains mainly: blue. Hex color #625BA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625BA5 is #9DA45A. Grayscale: #656565. Windows color (decimal): -10331227 or 10836834. OLE color: 10836834.

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

Color convert

RGB9891165-
CMYK0.410.4500.35
HSL245.68º29.13%50.2%-
HSV(B)245.68º44.85%64.71%-
XYZ15.5712.837.25-
YUV101.53163.82125.48-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.68%
GREEN value IS 91 (35.94% from 255) = 25.71%
BLUE value IS 165 (64.84% from 255) = 46.61%
R=27.68%
G=25.71%
B=46.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal98911650.410.4500.35245.6829.1350.2
Hex625BA5292D023f61d32
Octal14213324551550433663562
Binary110001010110111010010110100110110101000111111011011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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