#625FA2

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

Shades of Rich Blue #625FA2

Tints of Rich Blue #625FA2

Color information

#625FA2 (or 0x625FA2) is unknown color: approx Rich Blue. HEX triplet: 62, 5F and A2. RGB value is (98,95,162). Sum of RGB (Red+Green+Blue) = 98+95+162=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 162 (63.67% from 255 or 45.63% from 355); Max value from RGB is 162 - color contains mainly: blue. Hex color #625FA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625FA2 is #9DA05D. Grayscale: #676767. Windows color (decimal): -10330206 or 10641250. OLE color: 10641250.

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

Color convert

RGB9895162-
CMYK0.400.4100.36
HSL242.69º26.48%50.39%-
HSV(B)242.69º41.36%63.53%-
XYZ15.6513.3935.94-
YUV103.54160.99124.05-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.61%
GREEN value IS 95 (37.5% from 255) = 26.76%
BLUE value IS 162 (63.67% from 255) = 45.63%
R=27.61%
G=26.76%
B=45.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal98951620.400.4100.36242.6926.4850.39
Hex625FA22829024f31a32
Octal14213724250510443633262
Binary110001010111111010001010100010100101001001111001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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