#625FAC

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

Shades of Rich Blue #625FAC

Tints of Rich Blue #625FAC

Color information

#625FAC (or 0x625FAC) is unknown color: approx Rich Blue. HEX triplet: 62, 5F and AC. RGB value is (98,95,172). Sum of RGB (Red+Green+Blue) = 98+95+172=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #625FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625FAC is #9DA053. Grayscale: #686868. Windows color (decimal): -10330196 or 11296610. OLE color: 11296610.

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

Color convert

RGB9895172-
CMYK0.430.4500.33
HSL242.34º31.69%52.35%-
HSV(B)242.34º44.77%67.45%-
XYZ16.5813.7640.81-
YUV104.68165.99123.24-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.85%
GREEN value IS 95 (37.5% from 255) = 26.03%
BLUE value IS 172 (67.58% from 255) = 47.12%
R=26.85%
G=26.03%
B=47.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal98951720.430.4500.33242.3431.6952.35
Hex625FAC2B2D021f22034
Octal14213725453550413624064
Binary1100010101111110101100101011101101010000111110010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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