#625D9F

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

Shades of Rich Blue #625D9F

Tints of Rich Blue #625D9F

Color information

#625D9F (or 0x625D9F) is unknown color: approx Rich Blue. HEX triplet: 62, 5D and 9F. RGB value is (98,93,159). Sum of RGB (Red+Green+Blue) = 98+93+159=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 159 - color contains mainly: blue. Hex color #625D9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625D9F is #9DA260. Grayscale: #656565. Windows color (decimal): -10330721 or 10444130. OLE color: 10444130.

HSL color Cylindrical-coordinate representation of color #625D9F: hue angle of 244.55º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #625D9F is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9893159-
CMYK0.380.4200.38
HSL244.55º26.19%49.41%-
HSV(B)244.55º41.51%62.35%-
XYZ15.2112.9334.49-
YUV102.02160.16125.13-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28%
GREEN value IS 93 (36.72% from 255) = 26.57%
BLUE value IS 159 (62.5% from 255) = 45.43%
R=28%
G=26.57%
B=45.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal98931590.380.4200.38244.5526.1949.41
Hex625D9F262A026f51a31
Octal14213523746520463653261
Binary110001010111011001111110011010101001001101111010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,93,159); }

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

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

 a { background-color: rgb(98,93,159); }

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

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

 span { border-color: rgb(98,93,159); }

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