#625DA5

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

Shades of Rich Blue #625DA5

Tints of Rich Blue #625DA5

Color information

#625DA5 (or 0x625DA5) is unknown color: approx Rich Blue. HEX triplet: 62, 5D and A5. RGB value is (98,93,165). Sum of RGB (Red+Green+Blue) = 98+93+165=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 165 (64.84% from 255 or 46.35% from 356); Max value from RGB is 165 - color contains mainly: blue. Hex color #625DA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625DA5 is #9DA25A. Grayscale: #666666. Windows color (decimal): -10330715 or 10837346. OLE color: 10837346.

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

Color convert

RGB9893165-
CMYK0.410.4400.35
HSL244.17º28.57%50.59%-
HSV(B)244.17º43.64%64.71%-
XYZ15.7413.1437.3-
YUV102.7163.16124.65-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.53%
GREEN value IS 93 (36.72% from 255) = 26.12%
BLUE value IS 165 (64.84% from 255) = 46.35%
R=27.53%
G=26.12%
B=46.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal98931650.410.4400.35244.1728.5750.59
Hex625DA5292C023f41d33
Octal14213524551540433643563
Binary110001010111011010010110100110110001000111111010011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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