#615FF1

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

Shades of Medium Slate Blue #615FF1

Tints of Medium Slate Blue #615FF1

Color information

#615FF1 (or 0x615FF1) is unknown color: approx Medium Slate Blue. HEX triplet: 61, 5F and F1. RGB value is (97,95,241). Sum of RGB (Red+Green+Blue) = 97+95+241=433 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.40% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 241 (94.53% from 255 or 55.66% from 433); Max value from RGB is 241 - color contains mainly: blue. Hex color #615FF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #615FF1 is #9EA00E. Grayscale: #6F6F6F. Windows color (decimal): -10395663 or 15818593. OLE color: 15818593.

HSL color Cylindrical-coordinate representation of color #615FF1: hue angle of 240.82º 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 #615FF1 is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9795241-
CMYK0.600.6100.05
HSL240.82º83.91%65.88%-
HSV(B)240.82º60.58%94.51%-
XYZ24.917.0885.2-
YUV112.24200.66117.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.40%
GREEN value IS 95 (37.5% from 255) = 21.94%
BLUE value IS 241 (94.53% from 255) = 55.66%
R=22.40%
G=21.94%
B=55.66%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal97952410.600.6100.05240.8283.9165.88
Hex615FF13C3D05f15442
Octal141137361747505361124102
Binary110000110111111111000111110011110101011111000110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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