#625FF0

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

Shades of Medium Slate Blue #625FF0

Tints of Medium Slate Blue #625FF0

Color information

#625FF0 (or 0x625FF0) is unknown color: approx Medium Slate Blue. HEX triplet: 62, 5F and F0. RGB value is (98,95,240). Sum of RGB (Red+Green+Blue) = 98+95+240=433 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.63% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 240 (94.14% from 255 or 55.43% from 433); Max value from RGB is 240 - color contains mainly: blue. Hex color #625FF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #625FF0 is #9DA00F. Grayscale: #6F6F6F. Windows color (decimal): -10330128 or 15753058. OLE color: 15753058.

HSL color Cylindrical-coordinate representation of color #625FF0: hue angle of 241.24º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #625FF0 is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB9895240-
CMYK0.590.6000.06
HSL241.24º82.86%65.69%-
HSV(B)241.24º60.42%94.12%-
XYZ24.8617.0784.42-
YUV112.43199.99117.71-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.63%
GREEN value IS 95 (37.5% from 255) = 21.94%
BLUE value IS 240 (94.14% from 255) = 55.43%
R=22.63%
G=21.94%
B=55.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal98952400.590.6000.06241.2482.8665.69
Hex625FF03B3C06f15342
Octal142137360737406361123102
Binary110001010111111111000011101111110001101111000110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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