#625FA6

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

Shades of Rich Blue #625FA6

Tints of Rich Blue #625FA6

Color information

#625FA6 (or 0x625FA6) is unknown color: approx Rich Blue. HEX triplet: 62, 5F and A6. RGB value is (98,95,166). Sum of RGB (Red+Green+Blue) = 98+95+166=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 166 (65.23% from 255 or 46.24% from 359); Max value from RGB is 166 - color contains mainly: blue. Hex color #625FA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625FA6 is #9DA059. Grayscale: #676767. Windows color (decimal): -10330202 or 10903394. OLE color: 10903394.

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

Color convert

RGB9895166-
CMYK0.410.4300.35
HSL242.54º28.51%51.18%-
HSV(B)242.54º42.77%65.1%-
XYZ16.0113.5337.84-
YUV103.99162.99123.73-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.30%
GREEN value IS 95 (37.5% from 255) = 26.46%
BLUE value IS 166 (65.23% from 255) = 46.24%
R=27.30%
G=26.46%
B=46.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal98951660.410.4300.35242.5428.5151.18
Hex625FA6292B023f31d33
Octal14213724651530433633563
Binary110001010111111010011010100110101101000111111001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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