#625FB1

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

Shades of Rich Blue #625FB1

Tints of Rich Blue #625FB1

Color information

#625FB1 (or 0x625FB1) is unknown color: approx Rich Blue. HEX triplet: 62, 5F and B1. RGB value is (98,95,177). Sum of RGB (Red+Green+Blue) = 98+95+177=370 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.49% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 177 (69.53% from 255 or 47.84% from 370); Max value from RGB is 177 - color contains mainly: blue. Hex color #625FB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625FB1 is #9DA04E. Grayscale: #686868. Windows color (decimal): -10330191 or 11624290. OLE color: 11624290.

HSL color Cylindrical-coordinate representation of color #625FB1: hue angle of 242.2º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #625FB1 is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9895177-
CMYK0.450.4600.31
HSL242.2º34.45%53.33%-
HSV(B)242.2º46.33%69.41%-
XYZ17.0713.9643.39-
YUV105.24168.49122.83-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.49%
GREEN value IS 95 (37.5% from 255) = 25.68%
BLUE value IS 177 (69.53% from 255) = 47.84%
R=26.49%
G=25.68%
B=47.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal98951770.450.4600.31242.234.4553.33
Hex625FB12D2E01Ff22235
Octal14213726155560373624265
Binary110001010111111011000110110110111001111111110010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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