#625AC5

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

Shades of Slate Blue #625AC5

Tints of Slate Blue #625AC5

Color information

#625AC5 (or 0x625AC5) is unknown color: approx Slate Blue. HEX triplet: 62, 5A and C5. RGB value is (98,90,197). Sum of RGB (Red+Green+Blue) = 98+90+197=385 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.45% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 197 (77.34% from 255 or 51.17% from 385); Max value from RGB is 197 - color contains mainly: blue. Hex color #625AC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625AC5 is #9DA53A. Grayscale: #686868. Windows color (decimal): -10331451 or 12933730. OLE color: 12933730.

HSL color Cylindrical-coordinate representation of color #625AC5: hue angle of 244.49º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #625AC5 is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9890197-
CMYK0.500.5400.23
HSL244.49º47.98%56.27%-
HSV(B)244.49º54.31%77.25%-
XYZ18.7713.9454.52-
YUV104.59180.15123.3-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.45%
GREEN value IS 90 (35.55% from 255) = 23.38%
BLUE value IS 197 (77.34% from 255) = 51.17%
R=25.45%
G=23.38%
B=51.17%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal98901970.500.5400.23244.4947.9856.27
Hex625AC53236017f43038
Octal14213230562660273646070
Binary110001010110101100010111001011011001011111110100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,90,197); }

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

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

 a { background-color: rgb(98,90,197); }

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

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

 span { border-color: rgb(98,90,197); }

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