#625CAD

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

Shades of Rich Blue #625CAD

Tints of Rich Blue #625CAD

Color information

#625CAD (or 0x625CAD) is unknown color: approx Rich Blue. HEX triplet: 62, 5C and AD. RGB value is (98,92,173). Sum of RGB (Red+Green+Blue) = 98+92+173=363 (48% of max value = 765). Red value is 98 (38.67% from 255 or 27.00% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #625CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625CAD is #9DA352. Grayscale: #666666. Windows color (decimal): -10330963 or 11361378. OLE color: 11361378.

HSL color Cylindrical-coordinate representation of color #625CAD: hue angle of 244.44º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #625CAD is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9892173-
CMYK0.430.4700.32
HSL244.44º33.06%51.96%-
HSV(B)244.44º46.82%67.84%-
XYZ16.4113.2741.23-
YUV103.03167.49124.41-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.00%
GREEN value IS 92 (36.33% from 255) = 25.34%
BLUE value IS 173 (67.97% from 255) = 47.66%
R=27.00%
G=25.34%
B=47.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal98921730.430.4700.32244.4433.0651.96
Hex625CAD2B2F020f42134
Octal14213425553570403644164
Binary1100010101110010101101101011101111010000011110100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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