#625FF1

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

Shades of Medium Slate Blue #625FF1

Tints of Medium Slate Blue #625FF1

Color information

#625FF1 (or 0x625FF1) is unknown color: approx Medium Slate Blue. HEX triplet: 62, 5F and F1. RGB value is (98,95,241). Sum of RGB (Red+Green+Blue) = 98+95+241=434 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.58% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 241 (94.53% from 255 or 55.53% from 434); Max value from RGB is 241 - color contains mainly: blue. Hex color #625FF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #625FF1 is #9DA00E. Grayscale: #6F6F6F. Windows color (decimal): -10330127 or 15818594. OLE color: 15818594.

HSL color Cylindrical-coordinate representation of color #625FF1: hue angle of 241.23º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #625FF1 is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9895241-
CMYK0.590.6100.05
HSL241.23º83.91%65.88%-
HSV(B)241.23º60.58%94.51%-
XYZ25.0117.1385.21-
YUV112.54200.49117.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.58%
GREEN value IS 95 (37.5% from 255) = 21.89%
BLUE value IS 241 (94.53% from 255) = 55.53%
R=22.58%
G=21.89%
B=55.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal98952410.590.6100.05241.2383.9165.88
Hex625FF13B3D05f15442
Octal142137361737505361124102
Binary110001010111111111000111101111110101011111000110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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