#625CA5

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

Shades of Rich Blue #625CA5

Tints of Rich Blue #625CA5

Color information

#625CA5 (or 0x625CA5) is unknown color: approx Rich Blue. HEX triplet: 62, 5C and A5. RGB value is (98,92,165). Sum of RGB (Red+Green+Blue) = 98+92+165=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 165 (64.84% from 255 or 46.48% from 355); Max value from RGB is 165 - color contains mainly: blue. Hex color #625CA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625CA5 is #9DA35A. Grayscale: #656565. Windows color (decimal): -10330971 or 10837090. OLE color: 10837090.

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

Color convert

RGB9892165-
CMYK0.410.4400.35
HSL244.93º28.85%50.39%-
HSV(B)244.93º44.24%64.71%-
XYZ15.6612.9737.28-
YUV102.12163.49125.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.61%
GREEN value IS 92 (36.33% from 255) = 25.92%
BLUE value IS 165 (64.84% from 255) = 46.48%
R=27.61%
G=25.92%
B=46.48%

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
Decimal98921650.410.4400.35244.9328.8550.39
Hex625CA5292C023f51d32
Octal14213424551540433653562
Binary110001010111001010010110100110110001000111111010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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