#625BA2

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

Shades of Rich Blue #625BA2

Tints of Rich Blue #625BA2

Color information

#625BA2 (or 0x625BA2) is unknown color: approx Rich Blue. HEX triplet: 62, 5B and A2. RGB value is (98,91,162). Sum of RGB (Red+Green+Blue) = 98+91+162=351 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.92% from 351); Green value is 91 (35.94% from 255 or 25.93% from 351); Blue value is 162 (63.67% from 255 or 46.15% from 351); Max value from RGB is 162 - color contains mainly: blue. Hex color #625BA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625BA2 is #9DA45D. Grayscale: #646464. Windows color (decimal): -10331230 or 10640226. OLE color: 10640226.

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

Color convert

RGB9891162-
CMYK0.400.4400.36
HSL245.92º28.06%49.61%-
HSV(B)245.92º43.83%63.53%-
XYZ15.312.6935.82-
YUV101.19162.32125.73-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.92%
GREEN value IS 91 (35.94% from 255) = 25.93%
BLUE value IS 162 (63.67% from 255) = 46.15%
R=27.92%
G=25.93%
B=46.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal98911620.400.4400.36245.9228.0649.61
Hex625BA2282C024f61c32
Octal14213324250540443663462
Binary110001010110111010001010100010110001001001111011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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