#625DA7

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

Shades of Rich Blue #625DA7

Tints of Rich Blue #625DA7

Color information

#625DA7 (or 0x625DA7) is unknown color: approx Rich Blue. HEX triplet: 62, 5D and A7. RGB value is (98,93,167). Sum of RGB (Red+Green+Blue) = 98+93+167=358 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.37% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 167 (65.62% from 255 or 46.65% from 358); Max value from RGB is 167 - color contains mainly: blue. Hex color #625DA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625DA7 is #9DA258. Grayscale: #666666. Windows color (decimal): -10330713 or 10968418. OLE color: 10968418.

HSL color Cylindrical-coordinate representation of color #625DA7: hue angle of 244.05º degrees, saturation: 0.3, 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 #625DA7 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9893167-
CMYK0.410.4400.35
HSL244.05º29.6%50.98%-
HSV(B)244.05º44.31%65.49%-
XYZ15.9313.2238.27-
YUV102.93164.16124.48-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.37%
GREEN value IS 93 (36.72% from 255) = 25.98%
BLUE value IS 167 (65.62% from 255) = 46.65%
R=27.37%
G=25.98%
B=46.65%

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
Decimal98931670.410.4400.35244.0529.650.98
Hex625DA7292C023f41e33
Octal14213524751540433643663
Binary110001010111011010011110100110110001000111111010011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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