#625EB3

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

Shades of Rich Blue #625EB3

Tints of Rich Blue #625EB3

Color information

#625EB3 (or 0x625EB3) is unknown color: approx Rich Blue. HEX triplet: 62, 5E and B3. RGB value is (98,94,179). Sum of RGB (Red+Green+Blue) = 98+94+179=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 179 (70.31% from 255 or 48.25% from 371); Max value from RGB is 179 - color contains mainly: blue. Hex color #625EB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625EB3 is #9DA14C. Grayscale: #686868. Windows color (decimal): -10330445 or 11755106. OLE color: 11755106.

HSL color Cylindrical-coordinate representation of color #625EB3: hue angle of 242.82º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #625EB3 is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB9894179-
CMYK0.450.4700.30
HSL242.82º35.86%53.53%-
HSV(B)242.82º47.49%70.2%-
XYZ17.1813.8644.42-
YUV104.89169.83123.09-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.42%
GREEN value IS 94 (37.11% from 255) = 25.34%
BLUE value IS 179 (70.31% from 255) = 48.25%
R=26.42%
G=25.34%
B=48.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal98941790.450.4700.30242.8235.8653.53
Hex625EB32D2F01Ef32436
Octal14213626355570363634466
Binary110001010111101011001110110110111101111011110011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,94,179); }

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

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

 a { background-color: rgb(98,94,179); }

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

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

 span { border-color: rgb(98,94,179); }

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