#625CAC

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

Shades of Rich Blue #625CAC

Tints of Rich Blue #625CAC

Color information

#625CAC (or 0x625CAC) is unknown color: approx Rich Blue. HEX triplet: 62, 5C and AC. RGB value is (98,92,172). Sum of RGB (Red+Green+Blue) = 98+92+172=362 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.07% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #625CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625CAC is #9DA353. Grayscale: #666666. Windows color (decimal): -10330964 or 11295842. OLE color: 11295842.

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

Color convert

RGB9892172-
CMYK0.430.4700.33
HSL244.5º32.52%51.76%-
HSV(B)244.5º46.51%67.45%-
XYZ16.3113.2340.72-
YUV102.91166.99124.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.07%
GREEN value IS 92 (36.33% from 255) = 25.41%
BLUE value IS 172 (67.58% from 255) = 47.51%
R=27.07%
G=25.41%
B=47.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal98921720.430.4700.33244.532.5251.76
Hex625CAC2B2F021f42134
Octal14213425453570413644164
Binary1100010101110010101100101011101111010000111110100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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